[JOB] Looking a Clojure programmer

2015-12-31 Thread Timo Sulg
Hi, i'm a Clojure programmer in *‘Skillable’* - a Stockholm, Sweden based startup building a tripadvisor.com for employers: employees rate own employers, we crunch the data for companies ranking, matching and suggestion. I joined Skillable exactly 1 year ago as full-stack Ruby developer to

Re: Possible bug in AOT-compiled Clojure when ns-unmap is used

2015-12-31 Thread Mike Rodriguez
This issue is a subtle one. I do find it interesting that all vars are created and mapped to their namespace in the initN() (where N is 0 though whatever) methods. However, other top-level function calls happen in the load() method. All of this runs in the clinit of the class though. I'd

Re: Project structure when using reader conditionals

2015-12-31 Thread Alan Moore
+1 On Dec 31, 2015, at 12:20 PM, Frank Castellucci wrote: Clean... very nice. On Wednesday, December 30, 2015 at 8:54:24 AM UTC-5, James Reeves wrote: > > My directory structure looks like: > > src/foo/client/bar.cljs > src/foo/common/bar.cljc >

Re: Project structure when using reader conditionals

2015-12-31 Thread Frank Castellucci
Clean... very nice. On Wednesday, December 30, 2015 at 8:54:24 AM UTC-5, James Reeves wrote: > > My directory structure looks like: > > src/foo/client/bar.cljs > src/foo/common/bar.cljc > src/foo/server/bar.clj > > So I divide code by purpose, but they're all in the same source

Boot running on Windows (was: [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-31 Thread Sean Corfield
As a follow up to this… As a test today I installed the latest `boot.exe` (from boot-clj.com) on: Windows XP Windows 8.1 Windows 10 On all three versions I was able to run `boot –h`, then `boot –u` (to update to 2.5.5), then `boot repl` to get a REPL. To further test things, I created some