jaunt-lang / jaunt

[ABANDONED] A jaunt away from Clojure
https://github.com/jaunt-lang/jaunt/issues/157
134 stars 6 forks source link

Revert "Strict get" #137

Closed arrdem closed 8 years ago

arrdem commented 8 years ago

Reverts jaunt-lang/jaunt#135 which breaks actually a surprising amount of library code.

This one is up for discussion. On the one hand, I think that #135 imposes better style and provides a useful error message, on the other hand users clearly rely on the existing behavior. Of particular concern is that this breaks CIDER pretty badly, which is for me pretty much essential tooling.

arrdem commented 8 years ago

Well since clojure-emacs/cider-nrepl#338 got fixed, this isn't really a problem for me anymore. Lets keep it.