34
votes
Practical example of Lisp’s flexibility?
I like macros.
Here's code to stuff away attributes for people from LDAP. I just happened to have that code lying around and fiigured it'd be useful for others.
Some people are con …
9
votes
Practical example of Lisp’s flexibility?
I like CLOS and multimethods.
Most, if not all, object-oriented programming languages have the basic notions of classes and methods. The following snippet in Python defines the classes Pee …
3
votes
What Language Feature Can You Just Not Live Without?
The ability to define DSLs, incorporated directly into the language. As easy to define an operator in the custom DSL language as it is to define a normal function in the "plain" language.
W …
2
votes
Diet advice for programmers
A low-carb diet (less than 20g of carbs per day). Only eat eggs, fat meat, fat fish, fat cheeses, butter, triple cream. Stay away from any sweeteners, especially artificial.
=> …
31
votes
What rare programming tools do you use?
Common Lisp.
An elegant weapon. For a more ... civilized age.
Also see:
Choosing a n …
11
votes
Choosing a new language
Common Lisp, because it allows you to describe your problem in terms of the proble …
