From owner-freebsd-questions Fri Jan 6 23:56:58 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id XAA17359 for questions-outgoing; Fri, 6 Jan 1995 23:56:58 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id XAA17353 for ; Fri, 6 Jan 1995 23:56:57 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.9/8.6.9) with SMTP id XAA20169; Fri, 6 Jan 1995 23:56:40 -0800 X-Authentication-Warning: time.cdrom.com: Host localhost didn't use HELO protocol To: dusio cc: questions@freebsd.org, dusio@mail1.bytex.network.com Subject: Re: Do we have PROLOG, LISP and REXX for FreeBSD? In-reply-to: Your message of "Fri, 06 Jan 95 11:03:00 EST." <9501061603.AA01845@ws062> Date: Fri, 06 Jan 1995 23:56:39 -0800 Message-ID: <20168.789465399@time.cdrom.com> From: "Jordan K. Hubbard" Sender: questions-owner@freebsd.org Precedence: bulk > I need to do some NLP work in PROLOG. I usually > implement in both PROLOG and LISP. I'm wondering if > there has been a port of PROLOG, LISP and REXX to FreeBSD. > If they were on the WalnutCreek CDROM, I missed them. I > checked the WalnutCreek/FreeBSD ftp site too. For lisp, you're in pretty good hands. Look in the FreeBSD ports collection under ports/lang: CVS Sather forth p2c tcl Makefile bison itcl schemetoc tclX STk expect logo scm You'll see schemetoc and scheme, which are both fairly nice and comprehensive scheme development environments (I believe the E-Z-Draw library uses schemetoc to compile itself to native code). STk is another scheme environment. Nothing for prolog, though I don't imagine that Edinburg prolog would be too much trouble to port! We're still missing a few ports from our 1.x days! :( Thanks for the kind words! Jordan