which LISP implementation (goal explained)



hello all,

1st, i have already searched the archives of last 12 years for this
question i am asking but did not get my answer. 2nd, i will not take
much of your precious time.

i want to start writing web-based softwares (like VIAWEB of Paul
Graham, see paulgraham.com).
so which LISP implementation i should choose out of these 3: CLISP,
CMUCL, SBCL.

personally i like SBCL as it is an ANSI CL implementation and its
error-mesages are quite informative. OTOH, CLISP runs almost everywhere
and web-server have different kinds of hardwares so it is easy to port
CLISP to such different kinds of hardwares but porting CMUCL, SBCL is
extemely difficult.

what you folks advise. any views.

thanks

--arnuld

.



Relevant Pages

  • Re: CLISP vs. CMUCL vs. SBCL
    ... If you were after "The Best Lisp Implementation", well, that would ... If you haven't checked out the SERVE-EVENT facility on CMUCL and SBCL, ... and CLISP works nicely. ...
    (comp.lang.lisp)
  • Re: CLISP vs. CMUCL vs. SBCL
    ... > CMUCL: Good, fast compiler. ... What are the best points of CLISP other than portability? ... Between CMUCL and SBCL, how would one choose between these? ... > support CMUCL also seem to support SBCL, ...
    (comp.lang.lisp)
  • Re: Bootstrapping SBCL with CLISP on OS X 10.3.1
    ... > build it using CLISP from Darwin Ports. ... > sure what to fix or how to fix it. ... because while SBCL makes an effort to work in ANSI lisps, ... > compile from x86 Linux to PPC OS X? ...
    (comp.lang.lisp)
  • Bootstrapping SBCL with CLISP on OS X 10.3.1
    ... I have the CVS checkout of SBCL from a few hours ago. ... build it using CLISP from Darwin Ports. ... I used the 'sh make.sh clisp' command. ... I had an older version of SBCL but the upgrade to Panther broke it. ...
    (comp.lang.lisp)
  • Re: more about DEFCLASS vs DEFSTRUCT
    ... I have prepared a battery of tests for the implementations: sbcl, ... ;;Allegro CL 8.1 Free Express Edition ... CLISP and Allegro doesn't make any difference at all. ... (defun check-struc-let-accessor (obj times) ...
    (comp.lang.lisp)