Live data from Hacker News

Ask HN: Lispers: Which dialect of Lisp do you use and why?

news.ycombinator.com

1–10 of 46 posts

Re: Ask HN: Lispers: Which dialect of Lisp do you use and why?

#2
Clojure is, I think, still my most go-to Lisp.

You can argue Clisp is easier to get a quick project going with, but short of that rather old project nothing with a setup any less capable than "lein new" is going to compare for dashing something out real quick.

Re: Ask HN: Lispers: Which dialect of Lisp do you use and why?

#4
Javascript.

Cheating because it's not a lisp. But it was created by a schemer who originally put scheme in the browser (before he created javascript). Not what I prefer, but it's the most lisp-like language I actually use in real projects. The support for closures, lisp-1 invoking functions from variables, and dynamic typing feel very scheme-like.

Re: Ask HN: Lispers: Which dialect of Lisp do you use and why?

#7

Javascript. Cheating because it's not a lisp. But it was created by a schemer who originally put scheme in the browser (before he created javascript). Not what I prefer, but it's the most lisp-like language I actually use in real projects. The support for closures, lisp-1 invoking functions from variables, and dynamic typing feel very scheme-like.

I know there is no formal definition, but without homoiconicity provided by s-exps, it is hard to call it a lisp. Of course, it sounds like you're well aware of this. Do you use a lisp for hobby projects.
Post reply on HN