Re: [ANN] Replete ClojureScript REPL iOS app available

2015-07-21 Thread Andrew Keedle
Brilliant Mike. Well done with this. Very impressive. On Monday, 20 July 2015 21:28:51 UTC, Mike Fikes wrote: > Replete 1.0 is now in the App Store > > > http://blog.fikesfarm.com/posts/2015-07-20-ios-clojurescript-repl-available-in-app-store.html -- You received this message because you a

Re: [ANN] Afterglow 0.1.0, an open-source live-coding Clojure environment for light shows

2015-07-21 Thread Devin Walters
Great logo, and stellar work. Thanks so much for your contribution. On Sun, Jul 19, 2015 at 10:09 PM James Elliott wrote: > I just released version 0.1.0 of Afterglow so that other interested people > can start exploring it. I simply cannot believe I have been able to create > a system like this

ClojureWpf can't compile.

2015-07-21 Thread cada
Hi, I would like to try ClojureWpf here: https://github.com/aaronc/ClojureWpf, It is just that I can't open the open it in my visual studio. It seems that aaronc forgot to commit .nuget folder?

As far as I understand, 'completing' won't produce a valid transducer from a reducing function.

2015-07-21 Thread crocket
It doesn't attach a 0-arity signature to a reducing function, and a transducer needs a 0-arity signature. Is it a bug? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from

Re: As far as I understand, 'completing' won't produce a valid transducer from a reducing function.

2015-07-21 Thread crocket
completing doesn't seem to produce a valid transducer that can be used with other transducers. On Tuesday, July 21, 2015 at 9:09:53 PM UTC+9, crocket wrote: > > It doesn't attach a 0-arity signature to a reducing function, and a > transducer needs a 0-arity signature. > > Is it a bug? > -- You

Re: [ANN] Replete ClojureScript REPL iOS app available

2015-07-21 Thread Shahrdad Shadab
Awesome!, Thanks a lot Mike. On Tue, Jul 21, 2015 at 4:30 AM, Andrew Keedle wrote: > Brilliant Mike. Well done with this. Very impressive. > > On Monday, 20 July 2015 21:28:51 UTC, Mike Fikes wrote: > > Replete 1.0 is now in the App Store > > > > > http://blog.fikesfarm.com/posts/2015-07-20-ios

Re: As far as I understand, 'completing' won't produce a valid transducer from a reducing function.

2015-07-21 Thread crocket
After venturing out a little further, I discovered that completing is meant to be used on a function passed to the second argument to transduce, but not the first arguement. For example, (transduce (map inc) (completing (fn ([m v] (+ m v))

How to make a static variable dynamic at runtime?

2015-07-21 Thread Yuri Govorushchenko
The problem I'm trying to solve is how to stub a variable (e.g. a function from a third-party lib) in tests so that the stubbing occurs only in the current thread with other threads continuing using var's root value. It's important because unit tests may be run in parallel. Without thread-local

Re: [:ann :book] ClojureScript Unraveled

2015-07-21 Thread Alejandro Gómez
Thanks to everybody for the kind words and suggestions! A few comments to Bozhidar's suggestions below: On Mon, Jul 20, 2015, at 07:07, Bozhidar Batsov wrote: > That's a really exciting project, as a lot of people are looking to > get started with ClojureScript and are finding it kind of hard bec

Re: [ANN] Replete ClojureScript REPL iOS app available

2015-07-21 Thread Eric Normand
Nice -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send emai

Re: [:ann :book] ClojureScript Unraveled

2015-07-21 Thread Bozhidar Batsov
Sounds like a plan to me. :-) On 21 July 2015 at 18:16, Alejandro Gómez wrote: > Thanks to everybody for the kind words and suggestions! > > A few comments to Bozhidar's suggestions below: > > On Mon, Jul 20, 2015, at 07:07, Bozhidar Batsov wrote: > > That's a really exciting project, as a lot

Re: As far as I understand, 'completing' won't produce a valid transducer from a reducing function.

2015-07-21 Thread Alex Miller
Yes, that. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send ema

Re: procrun - banging my head!

2015-07-21 Thread Colin Yates
Thanks David - I will be spending some more time with this later this week and will try it then! > On 20 Jul 2015, at 14:29, David Powell wrote: > > Running the .exe directly from a console window might help, as it will show > you any errors as console output. > > I use a similar set up, but p

Re: [ANN] Replete ClojureScript REPL iOS app available

2015-07-21 Thread Fergal Byrne
Really nice, thanks Mike for such a clean app. One suggestion: would it be possible to use the documents interface in iTunes to drop in jar files (the same way you drop books into Kindle)? We could then use the app like a real REPL. -- Fergal Byrne, Brenter IT Author, Real Mach

Re: [ANN] Replete ClojureScript REPL iOS app available

2015-07-21 Thread mikefikes18
Yes, that's part of what I have in mind, in addition to downloading JARs from, say, Clojars. > On Jul 21, 2015, at 1:55 PM, Fergal Byrne wrote: > > Really nice, thanks Mike for such a clean app. One suggestion: would it be > possible to use the documents interface in iTunes to drop in jar file

Re: [ANN] Clojure 1.8.0-alpha2

2015-07-21 Thread Rangel Spasov
Hey guys, Getting this error with 1.8.0-alpha2, I think related to aleph (using 0.4.0, latest version at the moment). #error { :cause IllegalName: compile__stub.aleph.http.core.aleph.http.core/HeaderMap :via [{:type clojure.lang.Compiler$CompilerException :message java.lang.NoClassDefF

Re: [ANN] Clojure 1.8.0-alpha2

2015-07-21 Thread Zach Tellman
A similar issue was reported earlier in the thread, target [potemkin "0.4.1"] and see if that fixes it. On Tuesday, July 21, 2015 at 12:24:43 PM UTC-7, Rangel Spasov wrote: > > Hey guys, > > Getting this error with 1.8.0-alpha2, I think related to aleph (using > 0.4.0, latest version at the mome

Re: [ANN] Clojure 1.8.0-alpha2

2015-07-21 Thread Rangel Spasov
Ok, I think someone already mentioned this - sorry. Got it to compile by bumping to [potemkin "0.4.1"] - thanks Zach + all : ) On Tuesday, July 21, 2015 at 12:24:43 PM UTC-7, Rangel Spasov wrote: > > Hey guys, > > Getting this error with 1.8.0-alpha2, I think related to aleph (using > 0.4.0, la

Re: How to make a static variable dynamic at runtime?

2015-07-21 Thread Surgo
Not that it's the answer you're looking for, but usually this is when you rewrite the code you're testing to use dependency injection (ie, take the var of interest as an argument instead of a global or in its lexical environment). -- Morgon On Tuesday, July 21, 2015 at 10:54:42 AM UTC-4, Yuri