Remix.run Logo
A Road to Lisp: Which Lisp(scotto.me)
37 points by silcoon an hour ago | 4 comments
0xb0565e486 14 minutes ago | parent | next [-]

I really wanted to Lisp as a main programming language, and sometimes I still do.

I just find readability such a hurdle regardless of how long I used it. I didn't find that it ever became as natural as the other group of programming languages.

I find a procedural style of programming so much easier to reason about, both when writing and reading.

Either way, I'm really happy I took some time to learn it and use it a little at some point.

hnarayanan 34 minutes ago | parent | prev | next [-]

So many words to say: Scheme.

:)

criddell 17 minutes ago | parent | prev [-]

Another Lisp of note is AutoLISP.

Elisp::Emacs as AutoLISP::AutoCAD. AutoLISP was my first introduction to Lisp-style language. When I first started using it (1987) for macros in AutoCAD, I really had no idea what Lisp was. It was just a fun and easy way to automate AutoCAD.

hnarayanan 5 minutes ago | parent [-]

I had forgotten about this. The last I saw this was 20+ years ago!