|
|
|
|
|
by lgessler
2985 days ago
|
|
Looking at this as someone who's been writing a lot of ClojureScript lately, I'm reminded of how nice it is to be writing in a Lisp: if I felt this was the right syntactic construct for a common-enough problem in my codebase, I'd write a macro for it and get on with my life without having to wait for it to trickle through committees, compilers, and browser implementations. |
|
Permissiveness is good for small projects but it can feel like getting into a suit tailored specifically for everyone else as projects get bigger.