No features have been listed yet.
Steel Bank Common Lisp might be a bit more popular than On Lisp. We know about 5 links to it since March 2021 and only 4 links to On Lisp. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
See also https://github.com/RussAbbott/pylog which has a toy Prolog implementation and was wondering if it could be done in Python. - Source: Hacker News / about 1 year ago
Paul Graham's https://paulgraham.com/onlisp.html is a whole book about it that really helped it click for me. The challenge with the syntax is that there is no syntax. Work that we're used to offloading to syntax is instead carried by your brain. - Source: Hacker News / about 1 year ago
BTW, if you're interested in learning more about Lisp macros, Paul Graham's book about advanced Lisp programming, On Lisp, covers the topic pretty extensively and it's freely downloadable from his website: Book description: https://paulgraham.com/onlisp.html Download page: https://paulgraham.com/onlisptext.html. - Source: Hacker News / about 1 year ago
Some info can be found here: http://paulgraham.com/onlisp.html. Source: almost 4 years ago
Tangential: if we're talking Lisp and native code speed, Steel Bank Common Lisp (by default) compiles everything to machine code. [0] https://sbcl.org. - Source: Hacker News / about 2 years ago
Q5: Get http://sbcl.org/. Install https://quicklisp.org/. SBCL is the implementation that's the lowest friction, and Quicklisp is a package manager that's almost* painless. Source: over 2 years ago
That is what we do in Lisp. Try sbcl if you haven't tried it yet. Source: over 2 years ago
I want to add the sbcl-doc subpackage (the manual for SBCL in GNU Info format), but first I need to understand how to write package definitions. As far as I understand there are the "templates" which are shell scripts that describe how a package is to be built and installed, and xbps-src is a shell script which can process these templates to actually carry out the work. Source: almost 4 years ago
> Lisp looks like Python, that's far from C, and usually it's a "interpreted" language, far from machine the currently most popular Common Lisp implementation is based around an optimizing native code compiler. That compiler has its roots in the early 80s. See https://sbcl.org . It's far away from being 'interpreted'. - Source: Hacker News / over 4 years ago
Practical Common Lisp - Learning Resources
Clozure Common Lisp - Clozure CL (often called CCL for short) is a free Common Lisp implementation with a long history.
Land of Lisp - Learning Resources
Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.
Hackr.io - There are tons of online programming courses and tutorials, but it's never easy to find the best one. Try Hackr.io to find the best online courses submitted & voted by the programming community.
CLISP - CLISP is a portable ANSI Common Lisp implementation and development environment by Bruno Haible.