Re: Contrib REPL Invocation Changes

2008-12-30 Thread Randall R Schulz
On Monday 29 December 2008 20:50, Stephen C. Gilardi wrote: ... Here it is working with the current clojure.jar and clojure-contrib.jar: % java -cp clojure.jar:clojure-contrib.jar clojure.contrib.repl_ln Clojure 1:1 user= (prn hi) hi nil 1:2 user= I can't replicate that: % java -cp

Re: Contrib REPL Invocation Changes

2008-12-30 Thread Stephen C. Gilardi
On Dec 30, 2008, at 9:53 AM, Randall R Schulz wrote: Anyway, I guess it needs to be pointed that the invocation you supplied won't work unless the Clojure Contrib JAR file is built with pre- compiled Java classes and that this only happens if you supply the clojure.jar property

Contrib REPL Invocation Changes

2008-12-29 Thread Randall R Schulz
Hi, Following today's SVN updates to the Clojure Core and Contrib (as of this writing, at 17:42 PST, which is GMT -8), I can no longer invoke the Contrib REPL as I was able to before today. When I do, I get no prompt until I type a non-empty line, after which I'm presented with an unending

Re: Contrib REPL Invocation Changes

2008-12-29 Thread Stephen C. Gilardi
On Dec 29, 2008, at 8:49 PM, Randall R Schulz wrote: Following today's SVN updates to the Clojure Core and Contrib (as of this writing, at 17:42 PST, which is GMT -8), I can no longer invoke the Contrib REPL as I was able to before today. When I do, I get no prompt until I type a non-empty

Re: Contrib REPL Invocation Changes

2008-12-29 Thread Randall R Schulz
On Monday 29 December 2008 18:36, Stephen C. Gilardi wrote: On Dec 29, 2008, at 8:49 PM, Randall R Schulz wrote: Following today's SVN updates to the Clojure Core and Contrib (as of this writing, at 17:42 PST, which is GMT -8), I can no longer invoke the Contrib REPL as I was able to

Re: Contrib REPL Invocation Changes

2008-12-29 Thread Stephen C. Gilardi
Now I'm dumped back to my shell prompt following a single Clojure REPL prompt (of the Contrib REPL variety) without even touching the keyboard: % clojure-svn --crepl +cp=$PROJ_SRC/tau/run +cp=/dar/clojure 1:1 user= % Here it is working with the current clojure.jar and clojure-contrib.jar: %