Potential Intro clojure projects - libraries and ideas with wow factor

2014-04-13 Thread utel
A handful of developers at the organisation I work at, want to encourage interest in Clojure with the aim of using it in production amongst the organisation's wider developer community (hundreds of developers). We ourselves are Clojure hobbyists. We wanted to do this through a basic project (wi

Re: Potential Intro clojure projects - libraries and ideas with wow factor

2014-04-15 Thread utel
in other > languages. Other things that are hard to achieve in other languages would > involve the immutable data structures, concurrency, and macros. > > > On Monday, April 14, 2014 9:15:31 AM UTC+12, utel wrote: >> >> A handful of developers at the organisation I work

ClojureScript One - "No such namespace" error when following "Getting Started" instructions

2012-01-13 Thread utel
The amount of effort that's gone into ClojureScript One initiative is very impressive! Just one question. I've tried following the instructions on the page: https://github.com/brentonashworth/one/wiki/Getting-started All goes well until the step where I evaluate the expression (js/alert "hello")

Re: ClojureScript One - "No such namespace" error when following "Getting Started" instructions

2012-01-14 Thread utel
ipt/cljs-repl > > If you start a ClojureScript REPL manually then you always need to > load/reload the development page afterwords to establish the > connection. > > On Jan 12, 5:07 pm, utel wrote: > > > > > > > > > The amount of effort that's gon