Canterbury Pascal for Java: Difference between revisions
Appearance
mNo edit summary |
|||
Line 1: | Line 1: | ||
A [[Pascal]] compiler with integrated make & build facilities for the Java runtime introduced in 1999 by [[Mill Hill & Canterbury Corporation]] and based on their earlier [[Canterbury Modula-2 for Java]] and [[Canterbury Oberon-2 for Java]]. To integrate better with the Java environment the tool allows direct import of any foreign Java class by listing it in an USES clause, eliminating the need for Pascal interface units in that respect. The compiler generates native Java 1.1 code that should run on all more recent Java versions and on Java-like environments or most Java subsets as used in mobile phones, etc. | A [[Pascal]] compiler with integrated make & build facilities for the Java runtime introduced in 1999 by [[Mill Hill & Canterbury Corporation]] and based on their earlier [[Canterbury Modula-2 for Java]] and [[Canterbury Oberon-2 for Java]]. To integrate better with the Java environment the tool allows direct import of any foreign Java class by listing it in an USES clause, eliminating the need for Pascal interface units in that respect. The compiler generates native Java 1.1 code that should run on all more recent Java versions and on Java-like environments or most Java subsets as used in mobile phones, etc. | ||
==Versions== | ==Versions== | ||
===V2 Branch=== | |||
* Initial release: 2.5.14 | * Initial release: 2.5.14 | ||
* Release 2.5.22 | * Release 2.5.22 | ||
Line 13: | Line 12: | ||
:Bugfixes | :Bugfixes | ||
===V3 Branch=== | |||
* First v3 branch release: 3.02 | * First v3 branch release: 3.02 | ||
:Adds direct Java bytecode compilation. | :Adds direct Java bytecode compilation. | ||
Line 37: | Line 36: | ||
* Supports Java debugging standards | * Supports Java debugging standards | ||
[[Category:Java Tools]][[Category:Pascal]] | |||
Revision as of 23:42, 11 March 2017
A Pascal compiler with integrated make & build facilities for the Java runtime introduced in 1999 by Mill Hill & Canterbury Corporation and based on their earlier Canterbury Modula-2 for Java and Canterbury Oberon-2 for Java. To integrate better with the Java environment the tool allows direct import of any foreign Java class by listing it in an USES clause, eliminating the need for Pascal interface units in that respect. The compiler generates native Java 1.1 code that should run on all more recent Java versions and on Java-like environments or most Java subsets as used in mobile phones, etc.
Versions
V2 Branch
- Initial release: 2.5.14
- Release 2.5.22
- Adds object oriented extensions similar to Object Pascal (Delphi) but conforming to the Java development model.
- Release 2.5.42
- Add a requirement for Java 2 1.2 or later
- Last v2 branch release: 2.5.61
- Bugfixes
V3 Branch
- First v3 branch release: 3.02
- Adds direct Java bytecode compilation.
- Release 3.0.27
- Add a requirement for Java 2 1.2 or later
- Last known v3 branch release: 3.0.40
- Bugfixes
Prerequisites
- Java version 1.1 or higher
- Version 2.5.42 and higher 2.x branch and version 3.0.27 and higher of the 3.x branch require a Java 2 SDK 1.2 or higher.
Author
- Mill Hill & Canterbury Corporation
- Jürgen Neuhoff
License
- Commercial product & license - Discontinued.
Compiler targets & target libraries
- Java 1.1 or compatible environment.
Standards supported
- Supports Java debugging standards