CMUCL-19c
[email protected] (Martin Rydstr|m) 31 Mar 2006 13:59:32 +0200
| Newsgroups | gmane.lisp.cmucl.devel,gmane.lisp.clx.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I decided to try to make CMUCL work with telent CLX. A few quick tests seem to work. (Building McCLIM, running the listener, loading mcclim-freetype, running it again.) (What I did was basically first a fix to dependent.lisp to add an OPEN-X-STREAM and replace kernel::with-array-data with lisp::..., and then I copied cmu:clx/dependent.lisp to dep-cmu.lisp and modified that a little to work with telent CLX. Modified clx.asd to load dep-cmu instead of dependent, too.) It's not quite a plug-in replacement for CMUCL CLX--Hemlock doesn't work. The demo stuff also doesn't work much, since it has some conditionalisation on CMUCL that's not right with telent CLX. <URL: http://rydis.no-ip.org:11147/src/clx/ > seems to work as a darcs repository; I pulled Christophes tree, so that's what it's based on. ',mr -- [Emacs] is written in Lisp, which is the only computer language that is beautiful. -- Neal Stephenson, _In the Beginning was the Command Line_