Jump to content

Cu-Prolog: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
cu-Prolog (''CUP'') is an open source implementation of a constraint [[Prolog]] system developed by the Institute for New Generation Computer Technology (ICOT) in Japan with the cooperation of University of Tokyo, Tamagawa University and Chukyo University. Designed for use on use on [[DOS]] and [[UNIX]] systems, it would compile on OS/2 but was never distributed in that form, more recent third party patches allow it to work with 64bit versions for [[Microsoft Windows]] and UNIX like systems.
{{Software
 
|Picture=NA.png
==Licence==
|Name=cu-Prolog
* Open source software released under the [[ICOT Free Software Licence]].
|Version=3.94 (Jan 1996)
;Authors:
|Vendor=ICOT
* Hirosi Tuda
|Author=Hirosi Tuda<br/>Kôiti Hasida<br/>Hidetosi Sirai
* Kôiti Hasida
|Licence=[[ICOT Free Software Licence]]
* Hidetosi Sirai
|WWW=
}}
'''cu-Prolog''' (''CUP'') is an open source implementation of a constraint [[Prolog]] system developed by the Institute for New Generation Computer Technology (ICOT) in Japan with the cooperation of University of Tokyo, Tamagawa University and Chukyo University. Designed for use on [[DOS]] and [[UNIX]] systems, it would compile on OS/2 but was never distributed in that form, more recent third party patches allow it to work with 64-bit versions for [[Microsoft Windows]] and UNIX like systems.


==Links==
==Links==
* [http://ftp.netbsd.org/pub/pkgsrc/distfiles/cu-prolog-3.94/ Version 3.94] - In source code format only
* [http://ftp.netbsd.org/pub/pkgsrc/distfiles/cu-prolog-3.94/ Version 3.94] - In source code format only
** [http://ftp.lip6.fr/pub/minix/distfiles/local/3.3.0/cu-prolog-3.94/ Alternate location for v3.94]
* [https://az-prolog.com/natural-language-processing/nlu/ Patches to make it compile on 64 bit UNIX and Windows versions]
* [https://az-prolog.com/natural-language-processing/nlu/ Patches to make it compile on 64 bit UNIX and Windows versions]
* [https://www.cs.cmu.edu/Groups/AI/lang/prolog/impl/clp/cup/msdos/0.html Archived versions 3.80] - For DOS and [[UNIX]] like operating systems
* [https://www.cs.cmu.edu/Groups/AI/lang/prolog/impl/clp/cup/msdos/0.html Archived versions 3.80] - For DOS and [[UNIX]] like operating systems
* Hirosi Tuda, Kôiti Hasida & Hidetosi Sirai: [http://www.aclweb.org/anthology/E89-1013 JPSG Parser on Constraint Logic Programming]
* Hirosi Tuda, Kôiti Hasida, Hidetosi Sirai: JPSG Parser on Constraint Logic Programming [https://www.aclweb.org/anthology/E89-1013.pdf]
* [http://www.cs.scranton.edu/~mccloske/courses/cmps344/prolog.dir/cup.pdf A Guide to Cup]
* [http://www.cs.scranton.edu/~mccloske/courses/cmps344/prolog.dir/cup.pdf A Guide to Cup]


[[Category:Prolog]]
[[Category:Prolog]]

Latest revision as of 07:01, 16 November 2022

Cu-Prolog
Name cu-Prolog
Version 3.94 (Jan 1996)
Vendor ICOT
Author Hirosi Tuda
Kôiti Hasida
Hidetosi Sirai
Licence ICOT Free Software Licence
WWW

cu-Prolog (CUP) is an open source implementation of a constraint Prolog system developed by the Institute for New Generation Computer Technology (ICOT) in Japan with the cooperation of University of Tokyo, Tamagawa University and Chukyo University. Designed for use on DOS and UNIX systems, it would compile on OS/2 but was never distributed in that form, more recent third party patches allow it to work with 64-bit versions for Microsoft Windows and UNIX like systems.

Links