This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-20
Channels
- # ai (1)
- # beginners (17)
- # boot (27)
- # cider (2)
- # cljs-dev (64)
- # clojure (131)
- # clojure-austin (13)
- # clojure-dev (15)
- # clojure-dusseldorf (11)
- # clojure-france (45)
- # clojure-russia (19)
- # clojure-spec (66)
- # clojure-uk (22)
- # clojurescript (97)
- # core-logic (7)
- # cursive (5)
- # data-science (1)
- # datomic (92)
- # dirac (49)
- # emacs (1)
- # events (5)
- # funcool (10)
- # hoplon (79)
- # jobs (1)
- # jobs-rus (1)
- # lein-figwheel (1)
- # leiningen (3)
- # om (14)
- # onyx (35)
- # planck (2)
- # proton (1)
- # re-frame (21)
- # reagent (2)
- # ring-swagger (10)
- # spacemacs (10)
- # specter (18)
- # untangled (7)
- # vim (23)
boot.user=> (bean "hi")
java.lang.UnsupportedOperationException: empty
^ this works in Clojure 1.8
not in 1.9.0-alpha13
seems to have broken from alpha7-> alpha8
http://dev.clojure.org/jira/browse/CLJ-2045 http://dev.clojure.org/jira/browse/CLJ-2027
(sorry, didn’t notice the first one was a dupe of the second one)
oh it’s just the printing
thanks, @seancorfield
@anmonteiro also if you want an entirely different approach to bean
, look at https://gist.github.com/ghadishayban/c36368d1de6ce15ba2a782c3cfc9211a
it does not make sense to implement empty on bean
I did consider that option
for same (well, even stronger) reasons as on records
CLJ-2027 should be in the next alpha