From mb at bese.it Sun Nov 23 14:12:22 2003 From: mb at bese.it (Marco Baringer) Date: Sun, 23 Nov 2003 15:12:22 +0100 Subject: [Bese-devel] the word "continuations" Message-ID: The word "continuations," means something quite different than what we have in ucw, yet I don't know what else to call the bodies of actions. Suggestions? -- -Marco Ring the bells that still can ring. Forget your perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen From mb at bese.it Sat Nov 29 13:37:52 2003 From: mb at bese.it (Marco Baringer) Date: Sat, 29 Nov 2003 14:37:52 +0100 Subject: [Bese-devel] UCW 0.1alpha Message-ID: the 0.1 release is basically ready. Need to document the changes made since the 0.0 release and we can distribute it. Config name: release/ucw/0.1/alpha -- -Marco Ring the bells that still can ring. Forget your perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen From mkennedy at gentoo.org Sun Nov 30 11:54:06 2003 From: mkennedy at gentoo.org (Matthew Kennedy) Date: Sun, 30 Nov 2003 05:54:06 -0600 Subject: [Bese-devel] some patches for sbcl and clisp Message-ID: <8765h2dqch.fsf@killr.ath.cx> Hi Marco, While testing the arnesi-1.1.0 release with clisp, sbcl and cmucl on gentoo, I ran into some compilation problems with sbcl constants and a flet in one of the macros. Attached are simple patches which enable arnesi to compile on sbcl and clisp. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 1.1.0-sbcl-toplevel-gentoo.patch URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 1.1.0-clisp-specials-gentoo.patch URL: -------------- next part -------------- I'm less sure about the clisp patch (I'm learning common lisp this year). Best regards, Matt -- Matthew Kennedy From mb at bese.it Sun Nov 30 13:00:08 2003 From: mb at bese.it (Marco Baringer) Date: Sun, 30 Nov 2003 14:00:08 +0100 Subject: [Bese-devel] some patches for sbcl and clisp In-Reply-To: <8765h2dqch.fsf@killr.ath.cx> (Matthew Kennedy's message of "Sun, 30 Nov 2003 05:54:06 -0600") References: <8765h2dqch.fsf@killr.ath.cx> Message-ID: Matthew Kennedy writes: > Hi Marco, > > While testing the arnesi-1.1.0 release with clisp, sbcl and cmucl on > gentoo, I ran into some compilation problems with sbcl constants and a > flet in one of the macros. Attached are simple patches which enable > arnesi to compile on sbcl and clisp. thanks. the patch to src/strings.lisp has been applied (i just added :load-toplevel and :execute to the args to eval-when). However, the flet problem bugs me. I don't understand why sbcl would have issues with that, and i managed to compile and load everything in sbcl friday (on a x86 box i don't have access to now). could you tell me exactly what the error was? -- -Marco Ring the bells that still can ring. Forget your perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen