Comment by whalesalad
7 years ago
Ooh man this thread will be very interesting.
It would help to get a better idea of your current context with regards to programming. What’s your experience so far? That will help frame the discussion.
7 years ago
Ooh man this thread will be very interesting.
It would help to get a better idea of your current context with regards to programming. What’s your experience so far? That will help frame the discussion.
I'm a software engineer that mostly works on the front end of things, but from school and various jobs I have experience in: C, C++, Python, C#, Java.
Mostly object oriented (distributed systems and game dev), and some embedded development.
JavaScript is, probably somewhat surprisingly, a pretty LISP-y language, tho without the parentheses.
Lispy in the "processing lists" is easy and natural sense, but not in the more powerful "homoiconicity=code is data and data is code" sense.
2 replies →
For others curious about this possible connection, here's Douglas Crockford on the LISPiness of JavaScript.
The Little JavaScripter https://www.crockford.com/little.html
You mean modern JS, no?
1 reply →