On Tue, Oct 19, 2010 at 5:55 PM, ishkabible <j...@ehrlichks.net> wrote: > lastly i have been messing around with new languages just to try them > out.
Fantastic fun! I wish you the best of luck. > in trying out coljure (only functional language i have tried yet) > but i can compile anything longer than one line. Are you using the 'repl'? That process can feel very different from some styles of Clojure development. > im using Coljure Box > but im very confused as to how i am supposed to write code that dose > more than one thing. basically how do i save files, compile them, then > run them? Clojure Box likely has a specific process that it advocates since it uses "... clojure-mode and Slime, plus all the power of Emacs under the hood." While this development process works for some (most?) it doesn't work so well for others. I've documented one way of developing using Ant[1] and a certain folder structure... which was OK for a while but I've since switched to leiningen[2]. In the end all you _really_ need is to find a process that fits how you're used to working. You can refer to the 'Getting Started' page on the Assembla Wiki[3]. Again, good luck and have fun! -Rich [1] http://www.lithinos.com/Compiling-Clojure-Applications-and-Libraries-Round-2.html [2] http://github.com/technomancy/leiningen [3] http://www.assembla.com/wiki/show/clojure/Getting_Started -- 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 unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en