Hacker News new | ask | show | jobs
by midnight_eclair 82 days ago
no, not really. when people talk about DSLs in context of lisps, they usually still mean staying in the domain of s-expressions.
1 comments

Yes, maybe that's the sort of DSL you're talking about, the other person mentioned "Clojure style discourages building DSLs" which I'm fairly sure to be about the other DSL and is also true, hence the whole "you're talking/reading past each other".
that doesn't make sense, why would they be talking about departure from traditional lisps if they weren't talking about macro-based DSLs?
> Clojure style discourages building DSLs and the like and prefers to remain close to Clojure types and constructs

This to me, seems to indicate they're talking about "DSLs not built with Clojure types and constructs", I'm just trying to have the most charitable reading of what people write and help you understand why it seems you're not actually disagreeing, just talking about different things.

> DSLs not built with Clojure types and constructs

and in context of lisps that still most likely means macro-based DSLs using traditional lisp constructs ¯\_(ツ)_/¯