Object Pascal: Difference between revisions

Content deleted Content added
Importing Wikidata short description: "Branch of object-oriented derivatives of Pascal programming language" (Shortdesc helper)
m Removing link(s) Wikipedia:Articles for deletion/Modern Pascal closed as delete (XFDcloser)
Line 90:
==Interpreters==
{{Main|Pascal Script}}
[http://www.remobjects.com/ps Pascal Script] (formerly ''InnerFuse'') and [http://code.google.com/p/dwscript/ DWScript] (Delphi Web Script) are open-source Object Pascal [[Interpreter (computing)|interpreters]] and scripting engines written in Delphi. They support subsets of Object Pascal. DWScript can also compile Object Pascal code into JavaScript code (Smart Pascal), and supports [[just-in-time compilation]] (JIT). [[Modern Pascal]] provides 3 different interpreters: a [[command-line interface]] (CLI), Apache Module (Celerity), and CodeRunner (node.js like solution able to handle different scripts per port), besides the ability to compile and protect a script's [[source code]].<ref>{{cite web |url=http://www.modernpascal.com/ |title=Modern Pascal}}</ref>
 
==Sample "Hello World" programs==