Hacker News
- C++ template macroprogramming versus Lisp macros https://simondobson.org/2024/06/21/c%2B%2B-template-macroprogramming-versus-lisp-macros/ 71 comments
- Lisp interpreter in 90 lines of C++ http://howtowriteaprogram.blogspot.com/2010/11/lisp-interpreter-in-90-lines-of-c.html 38 comments
- STELLA - Lisp-style Symbolic Programming with Delivery in Common-Lisp, C++ and Java http://www.isi.edu/isd/loom/stella/ 9 comments lisp
- C++ Coder’s Newbie Guide to Lisp-style OO http://mikael.jansson.be/journal/2008/03/newbie-guide-to-lisp-oo 15 comments programming
- I wrote my first Lisp in C++ https://github.com/elricmann/flisp 6 comments lisp
- Why is Common Lisp 2x faster than C++ in prime sieves? https://pastebin.com/raw/H3WVmafY 2 comments common_lisp
- Embedding Lisp in C++ – A Recipe https://lambdafaktorie.com/embedding-lisp-in-c-a-recipe/ 12 comments lisp
- C++ Metaprogramming and Lisp Macros https://www.reddit.com/r/cpp/comments/7bbf4r/c_metaprogramming_and_lisp_macros/ 17 comments cpp
- Clasp 0.4 – Joining Common Lisp and C++ https://github.com/drmeister/clasp/tree/0.4.0 18 comments programming
- Clasp: Common Lisp using LLVM and C++ for Molecular Metaprogramming https://www.youtube.com/watch?v=8X69_42Mj-g 3 comments lisp
- C++ popularity, Lisp simplicity unite in Clasp compiler http://www.infoworld.com/article/2687997/application-development/clasp-project-fuses-common-lisp-with-c.html 14 comments lisp
- The Convergence of Modern C++ on the Lisp Programming Style [x-post] http://chriskohlhepp.wordpress.com/convergence-of-modern-cplusplus-and-lisp/ 5 comments lisp
- The Convergence of Modern C++ on the Lisp Programming Style http://chriskohlhepp.wordpress.com/convergence-of-modern-cplusplus-and-lisp/ 9 comments programming
- The convergence of modern C++ on the Lisp programming style http://chriskohlhepp.wordpress.com/convergence-of-modern-cplusplus-and-lisp 11 comments lisp
- The Convergence of Modern C++ on the Lisp Programming Style https://chriskohlhepp.wordpress.com/convergence-of-modern-cplusplus-and-lisp/ 5 comments cpp
- Lisp for C++ programmers http://prog-elisp.blogspot.ru/2013/10/lisp-for-c-programmers.html 24 comments programming
- Metalisp - A lisp in the template language of C++ http://web.archive.org/web/20030204184347/http://www.prakinf.tu-ilmenau.de/~czarn/meta/metalisp.cpp 11 comments programming
- A micro manual for Lisp in C++ http://badbyteblues.blogspot.com/2010/09/micro-manual-for-lisp-in-c.html 3 comments programming
- C++ vs. Lisp http://www.ebhakt.info/blog/?p=2291 25 comments lisp
- Lisp is Changing My C++ http://www.jakevoytko.com/blog/2008/10/06/lisp-is-changing-my-c/ 39 comments programming
- C++ vs Lisp http://faculty.cs.byu.edu/~irenelg/courses/330/ctm/resources/c++-vs-lisp.txt 233 comments programming
- Lisp'isms in C++ http://blog.cplusplus-soup.com/2008/04/lispisms-in-c.html 5 comments programming
- Lisp really is better than C++ http://geekblog.oakcircle.com/2007/08/22/i-surrender-lisp-really-is-better-than-c/ 48 comments programming
- Lisp C++ performance - Google Search http://www.flownet.com/gat/papers/lisp-java.pdf 2 comments programming
- LISP meta programming for C++ developers, using Clojure: first macros https://deque.blog/2017/05/09/lisp-meta-programming-for-c-developers-first-macros/ 4 comments programming
- 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
- 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
- Lisp interpreter in 90 lines of C++ http://howtowriteaprogram.blogspot.com/2010/11/lisp-interpreter-in-90-lines-of-c.html 13 comments coding
- Lisp interpreter in 90 lines of C++ http://howtowriteaprogram.blogspot.com/2010/11/lisp-interpreter-in-90-lines-of-c.html 22 comments programming
- Lisp interpreter in 90 lines of C++ http://howtowriteaprogram.blogspot.com/2010/11/lisp-interpreter-in-90-lines-of-c.html 8 comments cpp
- Claw honing - First milestone · "I've run C++ library routines from Common Lisp without writing any bindings manually." https://borodust.org/2020/08/11/claw-honing/ 19 comments lisp
- LISP evaluator in less than 50 lines of literate C++ https://kirit.com/build%20me%20a%20lisp 21 comments cpp
- Ufasoft Lisp Studio - a fork of GNU CLISP for Windows, core in C++ (instead of C) http://ufasoft.com/lisp/ 5 comments lisp
- Embedding Lisp in C++ – Challenging Clojure’s Integration with Java in Lisp with C++ http://chriskohlhepp.wordpress.com/embedding-lisp-in-cplusplus-a-recipe/ 3 comments lisp
- Embedding Lisp in C++ & Challenging Clojure’s Integration with Java in Lisp with C++ http://chriskohlhepp.wordpress.com/embedding-lisp-in-cplusplus-a-recipe/ 10 comments cpp
- Paren and Parenj 1.4 - A Lisp dialect for embedding in C++ and Java, now with lexical scoping https://bitbucket.org/ktg/paren 14 comments lisp
- C++ vs. Lisp-a C++ guy attempts to match Norvig's LOC in Erann Gat's benchmark, and almost does, implementing a library on the way. http://userpages.umbc.edu/~bcorfm1/c++-vs-lisp.html 21 comments reddit.com
- "An advantage other languages such as Python and Lisp/ Scheme, ML and Haskell, etc., over C++ is the ability to have heterogeneous containers that can hold arbitrary element types." http://www.boost.org/doc/libs/1_46_1/libs/fusion/doc/html/fusion/introduction.html 11 comments haskell