|
|
|
|
|
by lycopodiopsida
883 days ago
|
|
I've always said half-joking, that CL users write more text praising it than actual code in CL. This thread is a fine example, but still fun to read. But back to your examples - I feel that a lot of ideas CL is built on just aged poorly, I guess? No way I want to see some magical binary where some guru adjusted a parameter in the image or the ugly head of monkeypatching or macros all over the place in production code. CL serves the myth of lonely hacker where the rest of the world has accepted the fact that writing software is mostly a social activity and that code is as much for other people as for the machine. |
|
byte-code enhancement in Java?
You'll find dynamic features in a bunch of other languages, too. R, Ruby, Python, JavaScript, ...