Re: ANN: labrepl, making Clojure more accessible

2010-04-01 Thread Stuart Halloway
Thanks, I have incorporated a modified version of these instructions in the labrepl and in http://www.assembla.com/wiki/show/clojure/Getting_Started . Stu (3) IDEA integration: Ditto but for IDEA/La Clojure. I have tested labrepl on IntelliJ IDEA Ultimate 9 on Mac: Here are the steps to in

Re: ANN: labrepl, making Clojure more accessible

2010-03-28 Thread Eric Thorsen
I just sent you a message before I saw this... I'm in the midst of cutting a new release of the Enclojure plugin and I'm working on also providing a prepackaged version of Netbeans with the Enclojure plugin installed. I wanted to include the LapRepl in the release and the pre-packaged netbeans (as

Re: labrepl, making Clojure more accessible

2010-03-27 Thread chessguy
I get this exact same error. Would love to know how to get around it. On Mar 26, 2:35 pm, Sophie wrote: > Just tried this with NetBeans 6.7.1 on OSX 10.5.8. Got through all > setup steps with no problem. When I try to start the project REPL, I > get: > > "There did not appear to be both valid clo

Re: labrepl, making Clojure more accessible

2010-03-26 Thread Sophie
Just tried this with NetBeans 6.7.1 on OSX 10.5.8. Got through all setup steps with no problem. When I try to start the project REPL, I get: "There did not appear to be both valid clojure and clojure-contrib jars present in the classpath... (some paths to ...1.2.0-master- SNAPSHOT.jar)" If I elec

Re: ANN: labrepl, making Clojure more accessible

2010-03-25 Thread Rob Wolfe
On 25 Mar, 01:16, Mark Engelberg wrote: > I tried following Rob Wolfe's zip file instructions.  The bin\lein deps > command seemed to work fine, but when I then invoked bin\repl, I got the > following error: [...] > brepl-0.0.1.jar;C:\labrepl-package\core\leiningen-1.1.0-standalone.jar";.;C >

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Mark Engelberg
I tried following Rob Wolfe's zip file instructions. The bin\lein deps command seemed to work fine, but when I then invoked bin\repl, I got the following error: CLASSPATH=";C:\labrepl-package\lib\ant-1.6.2.jar;C:\labrepl-package\lib\ant-laun cher-1.6.2.jar;C:\labrepl-package\lib\antlr-2.7.2.jar;C:

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Tchavdar Roussanov
> (3) IDEA integration: Ditto but for IDEA/La Clojure. I have tested labrepl on IntelliJ IDEA Ultimate 9 on Mac: Here are the steps to install and run: 1. One time setup: * Get labrepl from github (no need for leiningen). * Install La Clojure plugin: * Prefereneces/Plugins/Available, s

RE: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Kevin
> > > >> The labrepl project (http://github.com/relevance/labrepl) is a > >> tutorial environment for learning Clojure. > > ... > >> (2) CounterClockwise integration: Ditto above but for Eclipse/ > > > > I followed the steps and successfully runned the labrepl with Eclipse > > and CCW. > > Good

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Shawn Hoover
On Wed, Mar 24, 2010 at 11:59 AM, invis wrote: > I am trying to start labrepl with emacs. > Labrepl is working nice, but I cant "slime-connect" :( > Have this message: > "open-network-stream: make client process failed: connection > refused, :name, SLIME Lisp, :buffer, nil, :host, 127.0.0.1, :ser

RE: labrepl, making Clojure more accessible

2010-03-24 Thread Kevin
> Help wanted: > (5) Out-of-box experience audit. Is the leiningen-based setup easy > enough? If not, please make something simpler (maybe shell scripts > that pull the libs from a download site?) > (6) Better windows instructions/integration. Very nice! I'm looking at it now, on windows XP

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread invis
I am trying to start labrepl with emacs. Labrepl is working nice, but I cant "slime-connect" :( Have this message: "open-network-stream: make client process failed: connection refused, :name, SLIME Lisp, :buffer, nil, :host, 127.0.0.1, :service, 4005" Could you tell me how to fix it ? -- You rece

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Laurent PETIT
Cool ! 2010/3/24 Zmitro Lapcjonak : > > > On Mar 24, 3:53 pm, Laurent PETIT wrote: >> 2010/3/24 Zmitro Lapcjonak : >> >> > On Mar 23, 4:13 pm, Stuart Halloway wrote: >> >> >> The labrepl project (http://github.com/relevance/labrepl) is a >> >> tutorial environment for learning Clojure. >> > ...

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Zmitro Lapcjonak
On Mar 24, 3:53 pm, Laurent PETIT wrote: > 2010/3/24 Zmitro Lapcjonak : > > > On Mar 23, 4:13 pm, Stuart Halloway wrote: > > >> The labrepl project (http://github.com/relevance/labrepl) is a > >> tutorial environment for learning Clojure. > > ... > >> (2) CounterClockwise integration: Ditto abo

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Laurent PETIT
2010/3/24 Zmitro Lapcjonak : > On Mar 23, 4:13 pm, Stuart Halloway wrote: > >> The labrepl project (http://github.com/relevance/labrepl) is a >> tutorial environment for learning Clojure. > ... >> (2) CounterClockwise integration: Ditto above but for Eclipse/ > > I followed the steps and successfu

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Zmitro Lapcjonak
On Mar 23, 10:18 pm, Rob Wolfe wrote: > Stuart Halloway writes: > > The labrepl project (http://github.com/relevance/labrepl) is a > What about creating standalone ZIP file, which will contain > all necessary components: Clojure, Leiningem and Labrepl? > I tried that on Linux and Windows and it

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Zmitro Lapcjonak
On Mar 23, 4:13 pm, Stuart Halloway wrote: > The labrepl project (http://github.com/relevance/labrepl) is a   > tutorial environment for learning Clojure. ... > (2) CounterClockwise integration: Ditto above but for Eclipse/ I followed the steps and successfully runned the labrepl with Eclipse an

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Laurent PETIT
Hi Lee, Please note that Stuart added to the README the tutorial for Eclipse/ccw. I wrote it so that if every step works as expected (it did with my own tests), there is no pre-requisite but having a JVM on your machine : no need to know/install Git on the command line, no need to know/install mav

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Lee Spector
Thanks to all who reassured me on the non-interference of lein/labrepl with my existing setup. I did follow the labrepl getting started instructions, get it working, and see that there's some great stuff in there. Very much appreciated and I may want to use this if I teach Clojure in the fall.

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Alex Ott
Hello Mark Derricutt at "Wed, 24 Mar 2010 09:30:26 +1300" wrote: MD> 1.3.2 is the latest version of the plugin and fixes some issues with the replScript settings ( it actually continues to run the repl, and not MD> just exits - doh!) Yes, I already fixed this in my repo and created pull reque

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Laurent PETIT
I'll do the counterclockwise review tonight, review soon to come 2010/3/23 Stuart Halloway : > The labrepl project (http://github.com/relevance/labrepl) is a tutorial > environment for learning Clojure. It is open source under the same license > as Clojure. Whether you are learning Clojure on your

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Mark Derricutt
1.3.2 is the latest version of the plugin and fixes some issues with the replScript settings ( it actually continues to run the repl, and not just exits - doh!) -- Pull me down under... On Wed, Mar 24, 2010 at 4:16 AM, Alex Ott wrote: > Hello > > Stuart Halloway at "Tue, 23 Mar 2010 10:37:51

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Rob Wolfe
Stuart Halloway writes: > The labrepl project (http://github.com/relevance/labrepl) is a > tutorial environment for learning Clojure. It is open source under the > same license as Clojure. Whether you are learning Clojure on your own, > or teaching or learning in a classroom environment, I want l

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Rich Hickey
On Mar 23, 10:13 am, Stuart Halloway wrote: > The labrepl project (http://github.com/relevance/labrepl) is a   > tutorial environment for learning Clojure. It is open source under the   > same license as Clojure. Whether you are learning Clojure on your own,   > or teaching or learning in a clas

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Meikel Brandmeyer
Hi, On Tue, Mar 23, 2010 at 11:37:13AM -0400, Stuart Halloway wrote: > Absolutely! (Shameful admission: I have never touched Vim in my life.) > > I figured leaving it out entirely was the fastest way to entice a > contributor. :-) Hehe. And I should learn to stay quiet. :) Sincerely Meikel -

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Stuart Halloway
Sounds like it is time to improve the README. :-) Run the repl and browse to localhost:8080. Click on a lab to get started. That's it. Better than plain HTML: * Code less susceptible to copy paste errors: it is evaluated in Clojure before being rendered in the browser. (This doesn't matter

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Rick Moynihan
On 23 March 2010 14:13, Stuart Halloway wrote: > The labrepl project (http://github.com/relevance/labrepl) is a tutorial > environment for learning Clojure. It is open source under the same license > as Clojure. Whether you are learning Clojure on your own, or teaching or > learning in a classroom

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Stuart Halloway
Absolutely! (Shameful admission: I have never touched Vim in my life.) I figured leaving it out entirely was the fastest way to entice a contributor. :-) Stu Hi, On Mar 23, 3:13 pm, Stuart Halloway wrote: (1) NetBeans (2) CounterClockwise (3) IDEA (x) Emacs Are you also interested in

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Meikel Brandmeyer
Hi, On Mar 23, 3:13 pm, Stuart Halloway wrote: > (1) NetBeans > (2) CounterClockwise > (3) IDEA > (x) Emacs Are you also interested in Vim integration? Sincerely Meikel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send e

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Per Vognsen
This is awesome, Stuart. With the live web server, a great addition would be if the embedded code snippets would be interactively runnable and tweakable right there in the web page. I'll see about hacking that in myself. -Per On Tue, Mar 23, 2010 at 9:13 PM, Stuart Halloway wrote: > The labrepl

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Alex Ott
Hello Stuart Halloway at "Tue, 23 Mar 2010 10:37:51 -0400" wrote: SH> GIt just needed a little push. It's there now. Thanks Rich! It's better to add com.theoryinpractise clojure-maven-plugin 1.3 into section, and swank-clojure

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Stuart Halloway
GIt just needed a little push. It's there now. Thanks Rich! On Mar 23, 2010, at 10:13 AM, Stuart Halloway wrote: The labrepl project (http://github.com/relevance/labrepl) is a tutorial environment for learning Clojure. It is open source under the same license as Clojure. Whether you are lea

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Rich Hickey
On Mar 23, 2010, at 10:13 AM, Stuart Halloway wrote: The labrepl project (http://github.com/relevance/labrepl) is a tutorial environment for learning Clojure. It is open source under the same license as Clojure. Whether you are learning Clojure on your own, or teaching or learning in a cla

Re: ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Michael Kohl
First off, great work on labrepl! I told people about it last night at our functional programming user group and they seemed to like the concept a lot :-) On Tue, Mar 23, 2010 at 3:13 PM, Stuart Halloway wrote: > (5) Out-of-box experience audit. Is the leiningen-based setup easy enough? IMHO it

ANN: labrepl, making Clojure more accessible

2010-03-23 Thread Stuart Halloway
The labrepl project (http://github.com/relevance/labrepl) is a tutorial environment for learning Clojure. It is open source under the same license as Clojure. Whether you are learning Clojure on your own, or teaching or learning in a classroom environment, I want labrepl to be useful to you