this post was submitted on 12 Nov 2023
1 points (100.0% liked)
Lisp
53 readers
3 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I mean, without any definitions I'd say JavaScript.
It's kinda like Scheme: first class functions, vars and functions share namespace, etc
This. The first iteration of JavaScript by the creator was literally scheme. Later converted to the C-like syntax we know today because "boss don't like scheme".