Re: GCL IDE on Windows



You want to write a game using Common Lisp in Windows. You have three
choices:
- Lispworks
- Allegro
- Corman Lisp

The criteria for evaluation are as follows:
- Cost
- Speed
- Stability
- ANSI compliance
- Capabilities of FFI
- Editor support
- Cross platform support
- Vendor support
- Library support

Evaluation of Corman Lisp:
- Cost: Corman is by far the least expensive.
- Speed: Corman is the slowest of the three
- Capabilities of FFI: Corman has a really strong FFI.
- Stability: When using Emacs and Slime, Corman seems very stable.
- ANSI Compliance: Corman trails behind Allegro and Lispworks.
- Editor support: Slime now supports Corman. Use Emacs, it rules.
- Cross platform development: Corman is Windows only.
- Vendor Support: I would guess Allegro, then Lispworks and then
Corman.
- Library support: Again, I'm guessing Allegro, then Lispworks then
Corman. However it is easy to add bindings to Corman for any kind of
library with a C API.

There.

.



Relevant Pages

  • Re: What open source implementation of Lisp do you prefer and why?
    ... I'm trying to use all open sourced lisps, simply for fun (but otherwise I do mostly use the commercial versions of LispWorks, Allegro and Corman - I've bought them all). ... I'm still learning Common Lisp sanyway, ...
    (comp.lang.lisp)
  • Re: Comparison of Lispworks and Allegro CL
    ... So we are eligible for upgrade prices for new version of Lispworks 5.0 ... i saw a promotional from Allegro: ... And multhi-threading support. ... I saw 1 message here saying that Lispworks does not have true OS ...
    (comp.lang.lisp)
  • Logical pathnames on Windows (WAS: make-pathname in LW PE on Win32)
    ... > on Xanalys' mailing list to find out to how to properly convert Windows ... > paths to pathnames. ... I haven't asked any questions on the LispWorks mailing list yet, ... experimenting with both LispWorks and Corman Lisp on Windows. ...
    (comp.lang.lisp)
  • Re: Lisp w/out GC
    ... >> BTW, no, CMUCL and SBCL don't run on my platform, ... At first I thought Corman was time-limited like Allegro, ...
    (comp.lang.lisp)
  • Re: IDE for Windows
    ... >>> You should check out LispWorks and Allegro Common Lisp. ... >> As does Corman Lisp, plus with Corman, you get source code. ...
    (comp.lang.lisp)