Re: java.lang.ClassNotFoundException: clojure.lang.Var

2017-07-09 Thread lawrence . krubner
Sorry, that was dumb. Obviously I meant to call with classpath. It works fine with standalone. On Monday, July 10, 2017 at 1:27:53 AM UTC-4, lawrence...@gmail.com wrote: > > I was trying to knock out a quick project today, and most of it was > copy-and-paste of another project that I have. Th

java.lang.ClassNotFoundException: clojure.lang.Var

2017-07-09 Thread lawrence . krubner
I was trying to knock out a quick project today, and most of it was copy-and-paste of another project that I have. This isn't really a big project, despite the long list of dependencies (which I could trim somewhat). Anyway, if I run "lein clean" and then "lein uberjar" it seems to compile ju

Re: [ClojureScript] [ANN] Orchestra 2017.07.04-1 (now supporting ClojureScript)

2017-07-09 Thread Daniel Compton
Thanks Jeaye, I'm really happy to see this for CLJS too! Orchestra has been an excellent development time addition to our apps. Checking the :ret specs is very helpful for finding the error in code as close as possible to the problem, rather than further downstream when a further spec fails. On S

Re: Clojure <--> LISP

2017-07-09 Thread Stuart Sierra
Hi, Clojure is syntactically similar to other Lisps, but it is its own language with a unique design. In particular, Clojure emphasizes immutable data structures and a pure functional programming style more than “classic” Lisp does. Familiarity with other Lisp-like languages will make it easi

Clojure <--> LISP

2017-07-09 Thread HappyMacXL
Hi all, I'm new to Clojure. How close is it to LISP (MacLISP for example)? I ask because i'm also learning ZIL (Zork Implementation Language) which is a descendant of the original LISP. Well, actually it's a 'lite' version of MDL ("Muddle"). Thanks! :) -- You received this message because