Hacker News
- Between Two Lisps (2020) https://ane.iki.fi/2020/10/05/between-two-lisps.html 27 comments
- Between two Lisps https://ane.github.io/2020/10/05/between-two-lisps.html 100 comments
- Two most important things to start with when learning Lisp https://www.youtube.com/watch?v=JB26uX225L4 2 comments
- Why and how Clojure and Racket – two “most modern” Lisps – differ https://klibert.pl/posts/clojure_and_racket_history.html 7 comments
- A Common Lisp web startup test-case, two years after the Reddit switch http://www.fallenfrukt.com/blog.php?id=5479 15 comments
Lobsters
- (glisp) A graphical Lisp environment, with two-way interaction between output and code https://glisp.app/commit:e7fbaae/ 3 comments lisp
- Between two Lisps https://ane.github.io/2020/10/05/between-two-lisps.html 8 comments lisp
- Between two Lisps https://ane.github.io/2020/10/05/between-two-lisps.html 19 comments programming
- A Zillion Ways to Compute the innner product of two vectors in COMMON LISP http://www.iqool.de/a_zillion_ways.html 6 comments lisp
- CPSCM is a Scheme compiler based on CPS conversion - outputs code for two back-ends: Javascript and Common Lisp http://www.omnigia.com/scheme/cpscm/home/ 7 comments programming
- Two simple pattern matchers for Common Lisp https://www.tfeb.org/fragments/2022/07/21/two-simple-pattern-matchers-for-common-lisp/ 5 comments common_lisp
- If you still wonder why Lisp is not more popular, here is two typical Lisp job offerings. http://lispjobs.wordpress.com/2008/06/18/2-new-jobs-at-alphacet-stamford-ct/ 149 comments programming
- To learn Lisp is actually not very tough. You can learn the basics of Lisp in a day. If you already know Java, you may need two or even three days. http://stackoverflow.com/a/8370211 19 comments lisp
- Common Lisp reference card on two pages, by Mitch Richling (PDF) http://www.mitchr.me/ss/refc/media/refc_lisp.pdf 3 comments lisp
- Question: Is the SICP a good way to be introduced to Lisp? I've been wanting to revisit basic programming concepts learnt in my first college year. If its also good introduction to Lisp in general, I could kill two birds with the same stone. http://mitpress.mit.edu/sicp/full-text/book/book.html 15 comments lisp
- A Common Lisp web startup test-case, two years after the Reddit switch http://www.fallenfrukt.com/blog.php?id=5479 27 comments programming
- R7RS Scheme coming along, to be split into two parts: one for core language improvements and another for a new set of (mostly optional) standard libraries rivaling Common Lisp in scope http://developers.slashdot.org/story/11/10/04/1942209/r7rs-scheme-progress-report 16 comments programming
- Part two of my "Deep Emacs Lisp" tutorial series. I implement streams (lazy lists) along with a monad for constructing them. Good if you've ever wanted an infinite list of Fibonacci Numbers. http://dorophone.blogspot.com/2011/04/deep-emacs-lisp-part-2.html 3 comments emacs