Clojure Dev Environment

2010-02-10 Thread abaitam
Hi, There are several blog posts about setting up a development environment for Clojure mostly in Emacs (and on Linux or Mac and not Windows). Is there one place where I can find up-to-date information on how to create a real-world Clojure project (and using Clojure and Java libraries)? Do you know

Re: Lack in the documentation

2012-02-17 Thread abaitam
It is clear that most Clojure documentation (books, tutorials, blog posts) address Java or other language developers. I am at chapter three of the "Clojure Programming" book and so far I have seen many snippets of Ruby and Python code. That's not necessarily wrong but obviously the book assumes

Re: Lack in the documentation

2012-02-18 Thread abaitam
> > - This Clojure-IDE is actually Eclipse for Clojure (which integrates > > Clojure, Counterclockwise and lein libraries - not as external tools) > > Hang on, you were advocating Clojure for non-Java devs, yes? Yet you > want to inflict Eclipse on them? I'm only half-joking here. Non-Java > develo

Re: Lambda: A lniux distro for clojurists

2012-05-25 Thread abaitam
Great idea. But this be implemented as a pallet or vagrant script instead of a ready-made VM? On Thursday, May 24, 2012 4:11:21 PM UTC-4, banseljaj wrote: > > Hello Guys, > > I am quite new to clojure, and I am a fan. It's a great thing. One thing > that seems missing, however, is a single unif

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread abaitam
I am dying to try this. However, the script/run script (on MAC) gives me this error message: Exception in thread "main" java.lang.ClassNotFoundException: clojure.main at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Met

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread abaitam
ure. Did you run script/deps? Do you > have anything in the lib directory? > > Try running it again. > > Brenton > > On Jan 12, 4:28 pm, abaitam wrote: > > > > > > > > > I am dying to try this. However, the script/run script (on MAC) gives &g

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread abaitam
there is a process listening on the 8080 port but there is none. Also, shouldn't the ip be 127.0.0.1 or localhost instead of 0.0.0.0? Thanks for your help On Jan 12, 5:03 pm, abaitam wrote: > Thanks, but I did run script/deps and it successfully completed I have > all the jars unde

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread abaitam
Apparently I had Jenkins listening on port 8080. I can now see the CLJS1 application. Will look at the jline problem later. Thanks Brenton. On Jan 12, 6:09 pm, abaitam wrote: > Hi, > I removed the reference to jline.ConsoleRunner and the exception > stopped but I get another error now: