- Demo-Lisp: an implementation of most of SICP Scheme in 18KB of C. http://code.google.com/p/demo-lisp/ 21 comments programming
- A Common Lisp format implement in Rust. https://github.com/ccqpein/cl-format-rs 3 comments rust
- Day 1: Roswell, as a Common Lisp implementation manager (E. Fukamachi first public english post) https://fukamachi.hashnode.dev/day-1-roswell-as-a-common-lisp-implementation-manager 5 comments common_lisp
- uax-9: Implementation of the Unicode Standards Annex #9's bidirectional text algorithm in Common Lisp. https://github.com/Shinmera/uax-9 3 comments common_lisp
- Paper on the implementation of gccemacs for the EU Lisp Symposium. Interesting read! https://zenodo.org/record/3736363 22 comments emacs
- Cloture: An implementation of Clojure in Common Lisp https://github.com/ruricolist/cloture 6 comments common_lisp
- Has the Gnu Coreutils ever been implemented in Lisp? If not, would that be a worthwhile project? https://old.reddit.com/search?q=lisp+machine&t=year 31 comments lisp
- GTL is a LISP 2 implementation – Dusty Decks: Preserving historic software http://www.mcjones.org/dustydecks/archives/2018/06/04/1001/ 4 comments lisp
- Sputter - A clojure like lisp implemented in Go https://github.com/kode4food/sputter 7 comments golang
- A Common Lisp implementation of ES3 http://marijnhaverbeke.nl/cl-javascript/ 24 comments programming
- Numbers and tagged pointers in early Lisp implementations https://www.snellman.net/blog/archive/2017-09-04-lisp-numbers/ 3 comments programming
- Urn: A Lisp implementation for Lua https://squiddev.github.io/urn/ 21 comments lua
- Some performance benchmarks of various Common Lisp implementations, using cl-bench http://zeniv.linux.org.uk/~ober/clb/ 8 comments lisp
- Implementation of fact bases for Common Lisp https://github.com/inaimathi/fact-base 4 comments lisp
- lisp implementation level asian https://github.com/zick?tab=repositories 12 comments programming
- Given how simple Lisp is to implement, how come there are so many dialects? https://github.com/jamesmoriarty/lisp-rb/blob/master/lib/lisp.rb 42 comments lisp
- Announcing Clasp - a Common Lisp implementation with LLVM backend and interoperation with C++ http://drmeister.wordpress.com/2014/09/18/announcing-clasp/ 20 comments lisp
- Announcing Clasp - a Common Lisp implementation with LLVM backend and interoperation with C++ http://drmeister.wordpress.com/2014/09/18/announcing-clasp/ 60 comments programming
- Lisp implementation in sed https://github.com/shinh/sedlisp 74 comments programming
- A new C++ based implementation of Common Lisp based on the ECL CL code http://comments.gmane.org/gmane.lisp.ecl.general/9902 15 comments lisp
- Implementation of a "Lisp Comprehension" Macro http://rali.iro.umontreal.ca/publications/urls/lapalmelispcomp.pdf 3 comments lisp
- Implementing algebraic data types and monads in a Lisp DSL http://www.defmacro.org/papers/cl-monad.pdf 5 comments lisp
- CLforJava Blog - CLforJava is a Common Lisp implementation for the JVM, developed by CS undergraduates at the College of Charleston http://clforjava.blogspot.com/ 3 comments lisp
- 2006, the first Clojure, a single file, implementation in Common Lisp http://github.com/clojure/clojure/blob/da14d89c1936e9de6eacb9c12dd9e6a0d68a0829/src/lisp/clojure.lisp 7 comments lisp
- Common Lisp Implementations: A Survey http://common-lisp.net/~dlw/lispsurvey.html 3 comments lisp
- Sacla: A partial Common Lisp implementation written in Common Lisp http://homepage1.nifty.com/bmonkey/lisp/sacla/index-en.html 6 comments lisp
- LispIDE, a basic graphical shell for several Lisp and Scheme implementations http://www.daansystems.com/lispide/ 5 comments lisp
- the universe itself is a lisp program so trivial that no true lisper would even both implementing it. http://tinyurl.com/2rto8w 8 comments programming
- What do you get in a commercial Common Lisp implementation? http://metacircular.wordpress.com/2007/05/14/what-do-you-get-in-a-commercial-common-lisp-implementation/ 35 comments programming
- Why Ruby is not an acceptable implementation of Lisp http://weblog.raganwald.com/2007/02/why-ruby-is-not-acceptable.html 19 comments programming
- SBCL: _The_ Common Lisp implementation has just turned 1.0! http://groups.google.com/group/comp.lang.lisp/browse_frm/thread/74c79856f46e6071/83ce343cb93e9f48 63 comments programming
- ICFPC 2006 UM implementation in 100 Lines of Common Lisp (or: Feeling the Bits between your Toes) http://foldr.org/~michaelw/log/programming/lisp/icfp-contest-2006-vm 2 comments programming
- CLPython - an implementation of Python in Common Lisp http://trac.common-lisp.net/clpython/ 15 comments programming
- "Did you know there is a Python implementation written in Common Lisp? It works and could be a good candidate for an extension language." https://fosstodon.org/@svetlyak40wt/111346758561228402 9 comments common_lisp
- Most practical Lisp / Clojure implementation for scripting / interactive numerical data analysis on Linux? https://old.reddit.com/r/clojure/comments/92otge/most_practical_clojure_implementation_for/ 3 comments lisp
- I've implemented a stand-alone recur form for Emacs Lisp. It lets you recur within a function or let form without growing the stack. https://github.com/vincenttoups/emacs-utils/blob/master/recur.md 6 comments emacs
- Simple Lisp implementation in Java (Ode to the Linked List) http://berlinbrowndev.blogspot.com/2008/07/simple-lisp-implementation-in-java-ode.html 12 comments programming
- remote lisp - Server-side LISP interpreter with a javascript/html client running in a browser. Target ist to implement a fully standard conform Common Lisp interpreter for scientific and educational use. It's currently still in an early development stage. http://remote-lisp.spdns.de/ 10 comments lisp
- [Interpreting Lisp : Gary Knott] as a newbie I'm planning to work through this pdf as an exercize. Can you tell me how you'd rate using this book to learn how to implement an interpreter ? [pdf warning] http://www.civilized.com/files/lispbook.pdf 9 comments lisp