Fork me on GitHub
#clojure-dev
<
2018-03-23
>
matan10:03:54

can someone remove rich hickey's portrait from http://clojuredocs.org error pages? clojure shouldn't be like North Korea you know... 🙂 https://clojuredocs.org/clojure.core/String/join

🙂 4
sundarj10:03:29

clojuredocs isn't an official site

matan10:03:27

i'm sure you're going to laugh here 😆

schmee21:03:37

I've made a proof of concept in the Clojure compiler that caches reflective calls with indy, so that code without type hints is almost as fast as with type hints. what's the appropriate place to discuss and potentially receive some feedback on the idea and the implementation? here? clojure/clojure-dev mailing list? a JIRA ticket?

👍 4
Alex Miller (Clojure team)21:03:34

clojure-dev or jira are probably best but it may be an arbitrarily long while before anyone in core has time to take a look at it.

schmee21:03:19

no problem at all, I did it to learn and to see if it was possible, the end goal is not to get it into core 🙂 but some feedback would be nice, maybe this is an interesting direction that can reduce the complexity for newcomers a bit, maybe it's complete garbage 😄

Alex Miller (Clojure team)21:03:41

usually @ghadi is interested in such things

schmee21:03:29

yeah, his experimental indy branch has been extremely helpful to me 🙂 I'll work on this some more and open a thread on clojure-dev when I have some more data, thanks :thumbsup: