|
|
|
|
|
by kazinator
2014 days ago
|
|
When I'm coding in Lisp, I want objects with methods and mutable state. I made myself a Lisp dialect with a nice little object system. More precisely, I made it without that object system, but I eventually couldn't stand the situation. I use objects even in small, throwaway programs used once. Sometimes it turns out that they aren't just used once, and the use of objects makes them easier to read later. |
|
Because this in HN: Yes, some people are writing operating systems, video games, database engines. Most people are not.