Live data from Hacker News

Ask HN: Who is using Common Lisp?

news.ycombinator.com

1–10 of 57 posts

Re: Ask HN: Who is using Common Lisp?

#2
I'm using Common Lisp for all my personal projects (https://ichi.moe is the biggest one). I find it the easiest language to develop in, because of the tooling (SLIME), language features (CLOS, macros), and it fits my mental model the best. Granted I've been using it for a very long time, so maybe I'm just more familiar with it.

Re: Ask HN: Who is using Common Lisp?

#3
post #2

I'm using Common Lisp for all my personal projects ( https://ichi.moe is the biggest one). I find it the easiest language to develop in, because of the tooling (SLIME), language features (CLOS, macros), and it fits my mental model the best. Granted I've been using it for a very long time, so maybe I'm just more familiar with it.

Which implementation do you use?

Re: Ask HN: Who is using Common Lisp?

#5
post #2

I'm using Common Lisp for all my personal projects ( https://ichi.moe is the biggest one). I find it the easiest language to develop in, because of the tooling (SLIME), language features (CLOS, macros), and it fits my mental model the best. Granted I've been using it for a very long time, so maybe I'm just more familiar with it.

Which implementation do you use?

SBCL aka the best one. I develop on both Windows and Linux machines, depending on circumstances and it works pretty well on both.

Re: Ask HN: Who is using Common Lisp?

#6
It's nothing major, but I built a simple web scraper for collecting screenshots from various forums and then creating a static site from it.

I've also used it to build small tools like generating project documentation or collating data from online api's.

Emacs was my gateway (via org mode) and I messed around with Emacs lisp for a while before learning Common Lisp. Developing in Emacs + SLIME is a lot of fun once I get in the rhythm.

Re: Ask HN: Who is using Common Lisp?

#8
post #2

I'm using Common Lisp for all my personal projects ( https://ichi.moe is the biggest one). I find it the easiest language to develop in, because of the tooling (SLIME), language features (CLOS, macros), and it fits my mental model the best. Granted I've been using it for a very long time, so maybe I'm just more familiar with it.

I have no real opinion on the tech stack (beyond being glad that it works for you), but this is very cool, and is something I've looked for in the past, unsuccessfully.

Re: Ask HN: Who is using Common Lisp?

#10
Rigetti Computing [1] uses it for a variety of their projects, including their high-performance quantum computer simulator called the QVM [2], and their quantum compiler.

Some of their use of Lisp has been presented in more detail at the European Lisp Symposium. You can see it in the Cutting Edge section of the proceedings [3].

[1] https://www.rigetti.com

[2] https://youtu.be/f9vRcSAneiw

[3] https://www.european-lisp-symposium.org/static/proceedings/2...

Post reply on HN