Cu-Prolog: Difference between revisions
Appearance
Created page with "cu-Prolog, a.so known as simply "CUP" is an open source implementation of a constraint Prolog system developed by the Institute for New Generation Computer Technology (ICO..." |
mNo edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
cu-Prolog | {{Software | ||
|Picture=NA.png | |||
|Name=cu-Prolog | |||
|Version=3.94 (Jan 1996) | |||
|Vendor=ICOT | |||
|Author=Hirosi Tuda<br/>Kôiti Hasida<br/>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 | ==Links== | ||
* [http://ftp.netbsd.org/pub/pkgsrc/distfiles/cu-prolog-3.94/ Version 3.94] - | * [http://ftp.netbsd.org/pub/pkgsrc/distfiles/cu-prolog-3.94/ Version 3.94] - In source code format only | ||
* [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 | * 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 | * [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
- Version 3.94 - In source code format only
- Patches to make it compile on 64 bit UNIX and Windows versions
- Archived versions 3.80 - For DOS and UNIX like operating systems
- Hirosi Tuda, Kôiti Hasida, Hidetosi Sirai: JPSG Parser on Constraint Logic Programming [1]
- A Guide to Cup