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
The All-in-One Commerce Platform for Businesses - Shopify Icon
The All-in-One Commerce Platform for Businesses - Shopify
Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise
Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
Learn More
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