Re: [ANN] tools.deps.alpha

2017-07-26 Thread Rick Moynihan
Just checking this out... Looks really interesting. Might be worth mentioning the rlwrap dependency in the installation instructions: /Users/rick/repos/3rdparty/tools.deps.alpha/src/main/resources/clj: line 106: rlwrap: command not found resolved on a mac with: brew install rlwrap R. On 26 Ju

Re: [ANN] tools.deps.alpha

2017-07-26 Thread Steve Miner
I’ve been using my own launch script that does something similar to the new clj script. (I’m caching a Leiningen generated classpath.) I had some bugs when my project directory was copied to another user or machine because the cached classpath was not validate in the new environment, particular

Re: [ANN] tools.deps.alpha

2017-07-26 Thread Alex Miller
On Wed, Jul 26, 2017 at 11:48 AM, Steve Miner wrote: > I’ve been using my own launch script that does something similar to the > new clj script. (I’m caching a Leiningen generated classpath.) I had some > bugs when my project directory was copied to another user or machine > because the cached c

Re: Unnamed Types - What Am I Doing Wrong?

2017-07-26 Thread Peter Hull
On Wednesday, 26 July 2017 03:03:45 UTC+1, Daniel Compton wrote: > For something like an account, a more idiomatic way to model this in > Clojure might be with maps: > > If I understand Kevin's post correctly, he's already planning to replace his vectors with maps, and he is asking if there's a

Re: [ANN] expound 0.1.2

2017-07-26 Thread Juan Monetta
That was a great description Ben! So agree with everything there. One important difference is that inspectable doesn't support clojurescript yet, since it's using a swing interface to draw the ui I'm trying to figure out the best way to support it. My idea on inspectable is putting there a bunc

Re: [ANN] tools.deps.alpha

2017-07-26 Thread Rick Moynihan
Regarding the cross platform nature of rlwrap, at the cost of an extra JVM dependency might it not be better to use jline? http://jline.sourceforge.net/ https://github.com/jline/jline3 I used to use it with clojure many many years ago and it seemed to work quite well... R. On 26 July 2017 at 1

[ANN] kibit 0.1.6 - featuring namespaced keyword support!

2017-07-26 Thread Daniel Compton
Hi folks I'm excited to announce that kibit 0.1.6-beta1 has been released. Kibit is a static analysis tool that looks at your code and suggests ways it could be more idiomatic. In the most recent beta release, Kibit supports reading files with namespaced keyword

Re: [ANN] kibit 0.1.6 - featuring namespaced keyword support!

2017-07-26 Thread Raymond Huang
That is awesome! Looking forward to giving it a spin! Sent from my iPhone > On Jul 26, 2017, at 4:18 PM, Daniel Compton > wrote: > > Hi folks > > I'm excited to announce that kibit 0.1.6-beta1 has been released. > > Kibit is a static analysis tool that looks at your code and suggests ways it

Re: Unnamed Types - What Am I Doing Wrong?

2017-07-26 Thread James Gatannah
I feel your pain. I don't have an answer, but the basic point convinced me to write this: http://gatannahfiles.blogspot.com/2017/07/moving-away-from-guard-rails.html -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email

RE: Unnamed Types - What Am I Doing Wrong?

2017-07-26 Thread Sean Corfield
This is awesome… made me laugh out loud! Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood From: James Gatannah Sent: Wednesday, July 26, 20