I hate internal DSLs. What's the problem with common APIs? It it too simple using them without thinking about reflection all the time?
2
@tillsc What’s the difference between a good API in a good language and an internal DSL?
4
@Developmind @tillsc Clojure philosophy is to develop with functions and data structures, and only add a thin macro veneer at the very end
Jan 16, 2015 · 8:35 PM UTC
1

