labrepl jline runner error

2011-07-03 Thread flebber
I have attempted to install and run labrepl on two boxes a windows xp and windows 7 laptop. I am following these instructions https://github.com/relevance/labrepl/wiki/Windows however whenever I attempt to run script/repl from my c:\labrepl directory I receive a jline error. I can't actually get

Re: Russ olsen's Clojure Book

2011-07-02 Thread flebber
I am only really very new to clojure, I actually started with racket and htdp.org(how to design programs). The really unique thing I see with clojure is that super (clean to me) design and rather than shunning java and oop Rich openly advises to embrace it. That's the clincher for me rather than

Re: Russ olsen's Clojure Book

2011-06-30 Thread flebber
Yes I did mean design patterns in ruby, by Russ Olsen.  Many of the design patterns as presented by Gang of Four and Martin Fowler are strictly OO based are suitable for only for OO based languages. I think essentially that's what would make it such an interesting read. A total paradigm

Re: Russ olsen's Clojure Book

2011-06-30 Thread flebber
@Florian If you want to Think clojure (maybe Think Lisp) this is the book for you! Do you know the author I am on amazon and cannot find this book. @Brian - A Little Java, A Few Patterns Thanks looks good, think will add it to my order. Sayth -- You received this message because you are

Russ olsen's Clojure Book

2011-06-29 Thread flebber
Just wanted to put a shout out to Russ Olsen to see what would be needed to get a Russ Olsen book on clojure to happen. I am reading design principles in Ruby and its a great read, I feel I am learning much moe than just Ruby which is why I am reading it. I woould absolutely love to read how

More sane emacs for clojure

2011-06-27 Thread flebber
Something I just discovered and thought it might be of benefit here. Since the main environment for clojure is currently emacs; clojure box, swank etc; and emacs has a learning curve it may be useful to reduce the emacs learning curve so that we can concentrate on learning clojure. Ergo Emacs

Re: More sane emacs for clojure

2011-06-27 Thread flebber
On Jun 28, 1:47 pm, flebber flebber.c...@gmail.com wrote: Something I just discovered and thought it might be of benefit here. Since the main environment for clojure is currently emacs; clojure box, swank etc; and emacs has a learning curve it may be useful to reduce the emacs learning curve

A stupid jvm question

2011-06-17 Thread flebber
I apologise for the stupidity of this question in advance. Just want to clarify. The jvm is great for other languages to be hosted on clojure, jruby, scala, jython...etc. But what would be really cool is if we could use the jvm to create interoperability between the languages so that clojure

Re: A stupid jvm question

2011-06-17 Thread flebber
On Jun 17, 8:39 pm, Zlatko Josic zlatko.jo...@gmail.com wrote: No one question is stupid. Any jvm language can use jvm byte code. For example you can use Java libraries in Scala, Clojure,.. Of course sometimes it is not natural fit. For example if you use Scala in Java you have to know Scala

Re: Best Installation Option

2011-06-06 Thread flebber
Thanks all for the excellent advice. Sayth -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To

Re: Best Installation Option

2011-06-05 Thread flebber
Yeah I am using counterclockwise as well. Well I guess once I have built clojure and contrib with ant and maven I can copy and paste them where I need then use lenigen. Sayth -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send

Best Installation Option

2011-06-04 Thread flebber
Firstly, I have successfully installed clojure 1.3 alpha8. Just an enquiry as I am relatively new to the community, according to this guide http://en.wikibooks.org/wiki/Clojure_Programming/Getting_Started . clojure box is the best way to install on a windows machine, I notice however that this

The Joy of Closure

2011-01-18 Thread flebber
I was looking at the title on amazon, after recently discovering clojure recently. The product description on aamazon is somewhat brief. There are no reviews as the book is released in a few days. I have been learning and progressing via HTDP.org with Racket. I want to learn clojure, is this book

Re: The Joy of Closure

2011-01-18 Thread flebber
On Jan 19, 5:21 am, faenvie fanny.aen...@gmx.de wrote: not to forget practical clojure from apress: http://apress.com/book/view/1430272317 which gives a good introduction too and mark volkmanns article: http://java.ociweb.com/mark/clojure/article.html which is free and also gives an