Organiser Programming Language: Difference between revisions
Appearance
Content deleted Content added
link to Psion Organiser / explain open vs. organiser PL |
removed stub |
||
Line 17: | Line 17: | ||
{{compu-lang-stub}} |
|||
[[category:Programming languages]] |
[[category:Programming languages]] |
||
[[category:BASIC programming language family]] |
[[category:BASIC programming language family]] |
Revision as of 09:58, 13 October 2005
The Organiser Programming Language (OPL) is a common embedded programming language for portable devices such as PDAs. Source code written in OPL can be compiled for several Psion devices, including the PSION Series 3, Series 5, Series 7, and the PSION WorkAbout. The first implementation (without graphics) was for the Psion Organiser II (1986).
OPL is a structured programming language. Example:
PROC test: print "Test" pause 80 ENDP
OPL includes easy access to graphical functions, menus and other GUI elements.
After Psion retired from the PDA market, the project was resumed as Open Source and the Acronym was reinterpreted as Open Programming Language. Developement continues on SourceForge by the opl-dev project.