spurious clojurescript require exception: Namespace does not exist

2016-01-30 Thread Gregg Reynolds
I'm following the "browser REPL" section in the Clojurescript Quickstart . Everything seems hunky-dory; I can connect from the browser and eval code at the repl. But when I change my source and try to require my namespace, I get:

Re: getting started: generated address-book directory does not match tutorial

2016-01-30 Thread gianluca torta
are you using leiningen 2.x? in such a case, it should download and install the desired template on the fly when you give command: $ lein new hoplon address-book hth, Gianluca On Saturday, January 30, 2016 at 3:54:32 AM UTC+1, hiskennyness wrote: > > [Also posted in the Hoplon github issues

In search of the little transducer

2016-01-30 Thread jjttjj
Personally I found Tim Baldridge's video series on transducers to be extremely eye opening. They can be found (among some other good videos) here: https://tbaldridge.pivotshare.com/ They cost a couple bucks but I would definitely recommend checking them out. -- You received this message

Re: In search of the little transducer

2016-01-30 Thread Mimmo Cosenza
I personally confirm you opinion mimmo > On 30 Jan 2016, at 15:44, jjttjj wrote: > > Personally I found Tim Baldridge's video series on transducers to be > extremely eye opening. They can be found (among some other good videos) here: > https://tbaldridge.pivotshare.com/ >

Re: core.async mult "damaged" on reload

2016-01-30 Thread Terje Dahl
Forgive me for taking so long to reply to your very informative feedback. Only this evening have I had time to experiment and study. These are my findings so far: 'defprotocol' is a macro with side-effects, so any attempt at holding on to a copy and then re-inserting it into the var in the

[ANN] boot-new 0.3.1 -- Templates for Boot!

2016-01-30 Thread Sean Corfield
What / Where? Boot new — a task to produce new projects from Boot and/or Leiningen templates! boot-new 0.3.1 — https://github.com/seancorfield/boot-new Bug Fixes? Mimics Leiningen template environment better! - Hoplon and Chestnut templates now work! Thanks to Alan Dipert and Paulus Esterhazy