cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
mfikes 2020-08-29T16:10:25.021500Z

And if you have a multiarity function you’ll see the need to follow Clojure semantics

💯 1
🦜 1
scknkkrer 2020-08-30T18:08:28.000300Z

Actually, I’m not OK with unsatisfied arguments. They are null at run-time. But, what about the business-logic ? Functional programming with a Lisp dialect does not encourage you to do that, I think. Anyway, one of my students solved a question with this dilemma, and I doubt that are we really allowing this in our technology or not. Thanks for the comments. 😇