Re: which LISP implementation (goal explained)




so which LISP implementation i should choose out of these 3: CLISP,
CMUCL, SBCL.


Make sure you can compile and run your code with at least two of them.
Keep in mind that SBCL is still not of production quality and somewhat
buggy.

David

.



Relevant Pages

  • Re: I want to make a C# library of some classes
    ... compile the BaseParser with the generated library - seems too simple for me ... so the second thing that comes into my mind is to let them ... makes our class work to make their class work, ... would actually compile in C as well as C++. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: (eval-when?)
    ... > - open the source file ... Because defconstant may have compile-time side-effects: ... In sbcl: ... An implementation may choose to evaluate the value-form at compile ...
    (comp.lang.lisp)
  • Re: Troll-o-Matic
    ... I am getting compile times of around 4s with SBCL 0.9.9. ... (The changes to the Lisp environment don't explain this change. ... [I've defined tokens as follows: ...
    (comp.lang.lisp)
  • Re: Handling Bugs
    ... Keep in mind that while you can compile your code before you distribute it ... Keep in mind that any un- handled error in the runtime is a much ... but in the runtime those un-handled errors does not ... So, the issue of making sure one's code having compile errors is important, ...
    (microsoft.public.access.formscoding)
  • Re: How to RUN C by Microsoft Visual Studio =?UTF-8?B?6YG46aCF?=
    ... Does somebody know how to compile, ... Well, your program is started, it creates a console window, does whatever it ... Set a breakpoint near the end (F9 toggles breakpoints for a line). ... Wait for the user to press a key (getc comes to mind). ...
    (microsoft.public.vc.language)