Jump to content

Gardens Point Component Pascal: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
An open source implementation of [[Component Pascal]] that runs on the [[Java]] virtual machine on any OS that supports it and under the [[Common Language Runtime]] on [[Microsoft Windows]]. Note that each version can output code that runs on either system, i.e. you can develop code on OS/2 using the Java version and target both Java and the CLR on Windows and vise versa.
An open source implementation of [[Component Pascal]] that runs on the [[Java]] virtual machine on any OS that supports it and under the Common Language Runtime on [[Microsoft Windows]]. Note that each version can output code that runs on either system, i.e. you can develop code on OS/2 using the Java version and target both Java and the CLR on Windows and vice versa.


==Links & publications==
==Author==
* [http://gpcp.codeplex.com/ GPCP on Codeplex] - Downloads
* [[Kevin John Gough]] (Queensland University)
 
==Publications==
* Kevin John Gough: ''Compiling for the .NET Common Language Runtime (CLR)'' - Prentice-Hall 2002, ISBN 0-13-062296-6
 
==Links==
* [https://archive.codeplex.com/?p=gpcp GPCP on Codeplex] - Downloads
* [https://web.archive.org/web/20120911105411/http://plas.fit.qut.edu.au/gpcp/ GPCP at QUT] - Copy from [[Archive.org]]
* [https://web.archive.org/web/20120911105411/http://plas.fit.qut.edu.au/gpcp/ GPCP at QUT] - Copy from [[Archive.org]]
* Kevin John Gough: Compiling for the .NET Common Language Runtime (CLR) - Prentice-Hall 2002 - ISBN 0130622966
==Author & publisher==
* [[Kevin John Gough]]
* Queensland University


[[Category:Java Tools]]
[[Category:Oberon]][[Category:Open Source Software]]
[[Category:MS Windows Tools]]
[[Category:Oberon]]
[[Category:Open Source Software]]

Latest revision as of 16:35, 15 September 2018

An open source implementation of Component Pascal that runs on the Java virtual machine on any OS that supports it and under the Common Language Runtime on Microsoft Windows. Note that each version can output code that runs on either system, i.e. you can develop code on OS/2 using the Java version and target both Java and the CLR on Windows and vice versa.

Author

Publications

  • Kevin John Gough: Compiling for the .NET Common Language Runtime (CLR) - Prentice-Hall 2002, ISBN 0-13-062296-6

Links