[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CLISP for Windows NT
- To: <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Re: CLISP for Windows NT
- From: Bruno Haible <haible@ilog.fr>
- Date: Tue, 15 Jul 1997 22:50:35 +0200 (MET DST)
- >received: from halles.ilog.fr (halles.ilog.fr [172.16.1.96]) by ilog.ilog.fr (8.8.6/8.7.3) with ESMTP id WAA18855; Tue, 15 Jul 1997 22:50:35 +0200 (MET DST)
- In-reply-to: <33C14D23.7A9E@franuniv.edu>
- References: <33C14D23.7A9E@franuniv.edu>
Ed Kovach <ekovach@franuniv.edu> asked:
> I may be moving from Windows 3.11 to Windows NT. Is there a version of
> CLISP for Windows NT?
YES. You'll find WinNT and Win95 binaries of clisp in
ftp://ma2s2.mathematik.uni-karlsruhe.de/pub/lisp/clisp/binaries/win32/.
These new binaries are still in beta stage, but most things work now:
- 8-bit clean console I/O,
- generational GC,
- delayed loading of the memory image (reduces the startup time),
- subprocesses,
- pipes,
- sockets,
- *keyboard-input*,
- `time'.
Not yet in there:
- speed,
- FFI.
You can use it from the console, but I really recommend using it through
Emacs (GNU Emacs 19.34.1).
Bruno