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
Get to know our award-winning HR software. Icon
Get to know our award-winning HR software.
HR software with heart.
BambooHR is all-in-one HR software made for small and medium businesses and the people who work in them—like you. Our software makes it easy to collect, maintain, and analyze your people data, improve the way you hire talent, onboard new employees, manage compensation, and develop your company culture. It’s designed to set you free to focus on what matters most—your people.
Try it Free
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