|
|
| | Ask HN: What's Your Story with Lisp? | | 4 points by divyaranjan1905 on Jan 25, 2023 | hide | past | favorite | 14 comments | | As someone who finds LISP and its various flavors very attractive and wants to learn more, as I slowly expand my Emacs init.el, I'd like to know what was your story and journey with LISP. How did you came across it first? By a piece of code, or a book that you were recommended by a friend/teacher? This will also be a source of motivation for me, thank you! |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
Lisp taught me (this is the motivational bit for you) the power of a few well thought out orthogonal abstractions. Almost all other languages seem to me to be a mixture of leaky, non-orthogonal abstractions.
I've always loved lisp, but since I discovered Smalltalk and Self and Io (a few years later) I've loved those languages even more than Lisp.
So I've found it hard to go back to Lisp.
But actually Lisp is much better than my favourite languages, because there are no implementations of my favourite languages that are really well tied into the unix ecosystem (and the ones that come closest are hobby projects that are full of compiler bugs). So if a paternalistic god would like to tie me down and force me to go back to Lisp, that would probably be a good thing. I would definitely choose Scheme - possibly guile for the minimalism and because Andy Wingo's blog makes my head spin, but probably Racket.