From: ····@merseymail.com
Subject: CL for FreeDOS
Date: 
Message-ID: <1109578416.104199.220620@g14g2000cwa.googlegroups.com>
I have an old 486 laptop, 25mhz, 12MB mem, running Free DOS and I was
wondering if developers where still developing CL for the DOS platform.
If so which developer would you recommend. 
Cheers,
L.

From: Paolo Amoroso
Subject: Re: CL for FreeDOS
Date: 
Message-ID: <87zmxp13ke.fsf@plato.moon.paoloamoroso.it>
····@merseymail.com writes:

> I have an old 486 laptop, 25mhz, 12MB mem, running Free DOS and I was
> wondering if developers where still developing CL for the DOS platform.
> If so which developer would you recommend. 

You may try old versions of CLISP:

  http://clisp.sourceforge.net


Paolo
-- 
Why Lisp? http://lisp.tech.coop/RtL%20Highlight%20Film
Recommended Common Lisp libraries/tools (see also http://clrfi.alu.org):
- ASDF/ASDF-INSTALL: system building/installation
- CL-PPCRE: regular expressions
- UFFI: Foreign Function Interface
From: ····@merseymail.com
Subject: Re: CL for FreeDOS
Date: 
Message-ID: <1109662433.705775.8830@g14g2000cwa.googlegroups.com>
Like this one?
clisp-2.28-1.i386.rpm
From: Cesar Rabak
Subject: Re: CL for FreeDOS
Date: 
Message-ID: <38jf6eF5piofqU1@individual.net>
····@merseymail.com escreveu:
> Like this one?
> clisp-2.28-1.i386.rpm
> 
Unlikely. The name of this package seems to be a RPM used for Linuces.
From: ····@merseymail.com
Subject: Re: CL for FreeDOS
Date: 
Message-ID: <1109750147.093583.139840@o13g2000cwo.googlegroups.com>
Cesar Rabak wrote:
> ····@merseymail.com escreveu:
> > Like this one?
> > clisp-2.28-1.i386.rpm
> >
> Unlikely. The name of this package seems to be a RPM used for
Linuces.

I was looking at this page:
http://sourceforge.net/project/showfiles.php?group_id=1355
The zip files I was looking at for example clisp-2.33.1-win32.zip
seemed to be for win32 and wouldn't run on FreeDOS.

Thanks for the Movitz link. I'm a bit of a newbie so the no OS thing
kind of freaked me out a little. Still trying to get my head around how
it would work and if it would suit my needs.

I also found Star Sapphire CL which I can look into a little further.
Not sure it my system is powerful enough though.
From: Bruno Haible
Subject: Re: CL for FreeDOS
Date: 
Message-ID: <d055h7$10f$1@laposte.ilog.fr>
> You may try old versions of CLISP:

Yes. You find DOS binaries of CLISP by googling for "+clisp +dos". For
example, at http://www.ida.liu.se/~TDDB80/lispsystem/CLISP/dos/
or at       http://ftp2.de.freebsd.org/pub/gnu2/clisp/binaries/dos/

               Bruno
From: Michael J. Ferrador
Subject: Re: CL for FreeDOS
Date: 
Message-ID: <0_0Vd.6414$Fc4.5690@fe11.lga>
····@merseymail.com wrote:
> I have an old 486 laptop, 25mhz, 12MB mem, running Free DOS and I was
> wondering if developers where still developing CL for the DOS platform.

If you do try Movitz (no OS) - http://www.cliki.net/Movitz


does (cpu-586-class-p) => NIL, mine comes out T
on my Compaq Contura 420C, 24M, 486 DX4/75

even though
(cpu-signature) => :|486| blah blah blah
From: seobyeongkwan
Subject: Re: CL for FreeDOS
Date: 
Message-ID: <8ded91c4.0503021947.3ea9a27c@posting.google.com>
····@merseymail.com wrote in message news:<························@g14g2000cwa.googlegroups.com>...
> I have an old 486 laptop, 25mhz, 12MB mem, running Free DOS and I was
> wondering if developers where still developing CL for the DOS platform.
> If so which developer would you recommend. 
> Cheers,
> L.

Clisp for dos

http://www.ida.liu.se/~TDDB80/lispsystem/CLISP/dos/
From: ····@merseymail.com
Subject: Re: CL for FreeDOS
Date: 
Message-ID: <1109833843.567407.176560@o13g2000cwo.googlegroups.com>
Thanks for your help everyone.
L.