Re: D&D + Clojure?

2018-04-03 Thread Shaun Gilchrist
Also interested! On Tue, Mar 27, 2018 at 1:58 PM Larry Christensen wrote: > That would be super cool, I knew I couldn't be the only D&D Clojurist out > there. I'll look into the details and get back to you. I'll may just open > source it on Github, which should make it easy. > > > On Tuesday, Ma

Re: ANN: Pink 0.4.0 / Score 0.4.0

2018-01-10 Thread Shaun Gilchrist
This looks like it will be a LOT of fun to play with. Also there is nothing like waking up and finding in your inbox a project you only wished you had the time to work on but would much rather just use! Thank you! On Mon, Jan 8, 2018 at 1:41 PM, Steven Yi wrote: > Hi All, > > I'd like to announc

Re: ClojureScript Self-hosting Demo

2015-07-31 Thread Shaun Gilchrist
This is such an awesome time to be slinging parens! Thank you to everyone who made this possible! On Fri, Jul 31, 2015 at 11:22 AM, gvim wrote: > On 31/07/2015 19:08, David Nolen wrote: > >> Some more words & demos here >> http://swannodette.github.io/2015/07/29/clojurescript-17/ >> >> Cheers, >

Re: idiomatic extension to -> / --> ?

2014-01-17 Thread Shaun Gilchrist
https://github.com/rplevy/swiss-arrows On Fri, Jan 17, 2014 at 11:05 PM, t x wrote: > I have the following: > > (defn helper [initial funcs] > (loop [fns funcs > ans initial] > (if (empty? fns) > ans > (recur (rest fns) > (list (first fns) ans) > > (d

Re: wally: a alternative way to discover functions

2013-09-05 Thread Shaun Gilchrist
Very cool! I wonder how hard it would be to have it suggest compositions if it can not find a direct match? On Thu, Sep 5, 2013 at 10:34 PM, Mayank Jain wrote: > Looks pretty interesting. Thanks for sharing > > > On Fri, Sep 6, 2013 at 2:53 AM, Islon Scherer wrote: > >> Hey guys, >> >> I don't

Re: Heroku app using core.async?

2013-08-27 Thread Shaun Gilchrist
Hey, I encountered late one night but it was because oss.sonatype.org was temporarily down for scheduled maintenance. Are you still seeing this now? I just pushed to heroku and saw it pull the core.async dep as expected: "Retrieving org/clojure/core.async/0.1.0-SNAPSHOT/core.async-0.1.0-20130827.0