Jump to content

ALS Prolog: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A commercial [[Prolog]] implementation for [[DOS]] originally introduced in 1985 that was later ported to sundry [[UNIX]] like systems, [[Apple Macintosh]] and [[MS Windows]] and has since been open sourced. It features an incremental native code compiler, a two way [[C]] and [[Objective-C]] language interface, a source code trace debugger and more.
A commercial [[Prolog]] implementation for [[DOS]] originally introduced in 1985 that was later ported to sundry [[UNIX]] like systems, [[Apple Macintosh]] and [[MS Windows]] and has since been open sourced. It features an incremental native code compiler, a two-way [[C]] and [[Objective-C]] language interface, a source code trace debugger and more.


The package is primarily a intended for use with the command line but does come with [[Tcl/Tk]] based windowed user interface that is a tad outdated.
The package is primarily an intended for use with the command line, but does come with [[Tcl/Tk]] based windowed user interface that is a tad outdated.


Note that a number of older target systems are missing from the current open source release and would need to be recreated, the only currently supported systems are 32 bit Windows and Linux.
Note that a number of older target systems are missing from the current open source release and would need to be recreated, the only currently supported systems are 32-bit Windows and Linux.
 
==Licence==
* Originally a commercial software package release under a proprietary licence, currently an open source project released under the [[MIT Licence]].


==Links==
==Links==
* [https://github.com/AppliedLogicSystems ALS Prolog GitHub home page]
* [https://github.com/AppliedLogicSystems ALS Prolog GitHub home page]
* [http://alsprolog.com ALS Prolog homepage]
* Applied Logic Systems, Inc.: [http://alsprolog.com ALS Prolog homepage]
* [http://applied-logic-systems.com Applied Logic Systems homepage]
 
==Licence==
Originally a commercial software package release under a proprietary licence, currently an open source project released under the [[MIT Licence]].
 
==Publisher==
* Applied Logic Systems, Inc.


[[Category:Prolog development environment]][[Category:Open Source Software]][[Category:Software written in C]]
[[Category:Prolog development environment]][[Category:Open Source Software]][[Category:Software written in C]]

Latest revision as of 23:39, 14 September 2022

A commercial Prolog implementation for DOS originally introduced in 1985 that was later ported to sundry UNIX like systems, Apple Macintosh and MS Windows and has since been open sourced. It features an incremental native code compiler, a two-way C and Objective-C language interface, a source code trace debugger and more.

The package is primarily an intended for use with the command line, but does come with Tcl/Tk based windowed user interface that is a tad outdated.

Note that a number of older target systems are missing from the current open source release and would need to be recreated, the only currently supported systems are 32-bit Windows and Linux.

Licence

  • Originally a commercial software package release under a proprietary licence, currently an open source project released under the MIT Licence.

Links