Jump to content

TopSpeed Pascal: Difference between revisions

From EDM2
mNo edit summary
No edit summary
Line 23: Line 23:
====Articles====
====Articles====
* [https://groups.google.com/forum/#!topic/comp.lang.pascal/GMaZZ5COe-M A review TopSpeed Pascal] by Dr. Abimbola Olowofoyeku - Note that when the review was written development of TP had already been dropped.
* [https://groups.google.com/forum/#!topic/comp.lang.pascal/GMaZZ5COe-M A review TopSpeed Pascal] by Dr. Abimbola Olowofoyeku - Note that when the review was written development of TP had already been dropped.
* [http://www.nezumi.demon.co.uk/modula/jpi/fixes.doc Various fixes and workarounds for the 3.10 version of the compiler]


==Links==
==Links==


[[Category:Tools]] [[Category:DOS Tools]] [[Category:MS Windows Tools]][[Category:Pascal]]
[[Category:Tools]] [[Category:DOS Tools]] [[Category:MS Windows Tools]][[Category:Pascal]]

Revision as of 04:01, 21 December 2014

Description

An ISO compliant Pascal development system with Oberon like object oriented extensions for 16 bit OS/2, Windows and DOS code, can be run natively or by cross compiling from DOS. System now owned by Soft Velocity who use it as a utility development system for their Clarion database product and an OS/2 compatible product is no longer being offered. Originally a development of the TopSpeed Modula-2 compiler and shares the same environment and back-end.

One unusual aspect of the TopSpeed system was that you could buy variants of the development system for Modula-2, C and C++ in addition to the Pascal compiler and they shared a back end. Not only could you call C, C++ or Pascal code from the Modula compiler (and vise versa) but you could mix and match the languages in one source file without resorting to any containers. An unique feature in its time and only one or two other development systems have offered similar features since.

Although the TopSpeed Pascal compiler was never considered as good as the Modula-2 variant it received some overblown criticism for not being Turbo Pascal compatible, especially considering that Niels Jensen was the founder of Borland. That was actually by design as Jensen thought the Object Pascal extensions developed by Apple and later taken on by Borland were misguided, but TS Pascal did come with a Turbo Pascal converter. The actual code produced by TopSpeed was considerably better than what was put out by Turbo Pascal but then again the latter was not exactly known for producing fast or good code, and the library supplied with TS Pascal was considered by many to be the best and was certainly the most extensive one for a PC Pascal in the early 90's.

Version

  • 3.10

Prerequisites

  • For Windows 3.x or Win-OS/2 programming the Microsoft Techkit is required, but the tools from it integrate into the TopSpeed environment.
  • Although you can develop OS/2 Presentation Manager applications without the OS/2 SDK, it is highly recommended that you use it since the PM support of TopSpeed Pascal is rather weak.

License

  • Commercial - Discontinued

Author


Publications

Articles

Links