CLISP is a portable ANSI Common Lisp implementation and development environment by Bruno Haible. Interpreter, compiler, debugger, CLOS, MOP, FFI, Unicode, sockets, CLX. UI in English, German, French, Spanish, Dutch, Russian, and Danish.
Features
- interpreter
- compiler
- debugger
- CLOS
- MOP
- FFI
- Unicode
- CLX
- i18n
- sockets
License
GNU General Public License version 2.0 (GPLv2)
You Might Also Like
無料プランが拡大! | Auth0 Icon
無料プランが拡大! | Auth0
無料プランのMAUは25,000まで、さらに、Okta Connectionsが無制限になり、開発者のみなさんがアプリの開発に注力することができるようになりました。
無料・有料プランを拡張してほしい!そのような声を開発者の方々からいただき、プランが大幅に変更されました。プランの制約とセキュリティーの悩みから解き放たれ、みなさんが開発に集中できるようになることを願っています。
無料で始める
Rate This Project
Login To Rate This Project
User Ratings
★★★★★
★★★★
★★★
★★
★
25
1
0
1
3
ease
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
features
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
design
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
3 / 5
support
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
1 / 5
User Reviews
-
debguy Edited 2025年04月12日I built this recently had 0 problems with 2024/2025 build chain tools. It is apparently not fast but more portable. It cannot make .o it makes .fas which is like java bytecode: which SHOULDN'T be a problem unless you have a program that wants your site lisp modified before running "it's program". Some features are off by default to protect the ansi-lisp core. I built clisp a long ago on slackware?4?7 or RH2? and it worked easily and well with no problem: but a program i wanted "wanted to replace installed lisp core with a hacked one by dumping core into installed lisp" which CLISP has "off" by default. GCL would never compile except on RH w/o old gcc4 compiler and hacking config. CMULC i ended up forced to use - though it took a while to get working "because it's faster" things. There are now new alternatives to the three mentioned (steel bank lisp?) which also "is faster with many custom non-ansi features". guile (scheme) is 10x smaller than other lisp and good for learning or scripting - but tot not lispworks compatible.
-
customdefaults Posted 2019年12月12日WARNING: The default installation will wipe out your PATH variable.Reply from CLISP - an ANSI Common LispPosted 2021年01月25日
The .exe format installers have now been removed. Please use the .zip format installers instead. They should not have this problem. -
shreyas-sable Posted 2019年01月02日Good implementation of Lisp. I am trying to learn Lisp and I am finding Clisp to be a very good environment to do so. I would like to recommend Clisp to every one who is trying to learn Lisp.
-
wormhole Posted 2017年07月16日I am using CLISP in production environment. We capture leads from a website into encrypted .DATA files by using LISP. It works with CLISP without problems. The developers are friendly and supportive. I just wish that development would be on a website without javascript and bloated Sourceforge stuff. GNU offers that for GNU projects, and CLISP is GNU project.
-
reisi007 Posted 2016年06月09日Better than xlisp and does NOT destoy my path variable (Windows 10 Pro x64) Support 1 --> Build from 2010