Re: printing self referential data?

2017-07-24 Thread Justin Smith
One important thing to be aware of that I should have mentioned when suggesting the adjacency list solution is the rationale for using that representation. When you put atoms in the nodes of your data structure, it's no longer an immutable data structure and you lose the usage patterns that clojure

[ANN] inspectable 0.1.0 Improve your repl experience when using clojure.spec

2017-07-24 Thread Juan Monetta
What? A couple of tools for Clojure to help you work with clojure.spec in the repl with the spirit of improving error messages. Where? [inspectable "0.1.0"] https://github.com/jpmonettas/inspectable Summary? Inspectable 0.1.0 contains two tools - borwse-spec : A GUI spec registry browser. -

Re: printing self referential data?

2017-07-24 Thread Rob Nikander
I think in my case here the easiest thing will be to remove the cycles, but still I'd like to understand a couple things... On Sunday, July 23, 2017 at 10:12:46 PM UTC-4, Didier wrote: > > I'm not sure I can fully help without you explaining more what you're > doing. It sounds like you've got a

Re: int arguments for Java annotations

2017-07-24 Thread Joe Littlejohn
Sorry, to be clear, when I say 'thoughts on how this could be solved in Clojure', I mean changes in the core that would allow this to work in a future version of Clojure :) On Sunday, 23 July 2017 21:14:23 UTC+1, Joe Littlejohn wrote: > > Hi all, > > I recently used Clojure to create a Java int

Re: Reducing Jar file size for AWS Lambda

2017-07-24 Thread Kimmo Koskinen
Hi! Not yet Clojars -ready so lein install for now. There is also #portkey on Clojurians Slack for chatting. Happy hacking! :) - Kimmo maanantai 24. heinäkuuta 2017 8.24.29 UTC+3 Jose Trigueros kirjoitti: > > This looks like a viable solution! Is Portkey on Clojars or will I have to > build my