Looking for feedback on article about interactive programming / REPL

2010-09-20 Thread Thomas Kjeldahl Nilsson
looked! The article (+ some videos) can be found here: http://messynotebook.com/?p=1496 (The current version of the text starts out using JavaScript and Ruby as examples, then moves on to Clojure.) cheers, Thomas Kjeldahl Nilsson -- You received this message because you are subscribed to the Go

Re: Getting Clojure into the workplace, how do you do it?

2010-07-06 Thread Thomas Kjeldahl Nilsson
arly on in promising young languages/platforms. ("high risk, high reward"). -- Med vennlig hilsen Thomas Kjeldahl Nilsson http://kjeldahlnilsson.net On Tue, Jul 6, 2010 at 10:50 AM, Nick Mudge wrote: > One of the things I like about Clojure is it is a way to get lisp and > functional

Re: Java3d and clojure?

2010-07-06 Thread Thomas Kjeldahl Nilsson
jure/Penumbra port of the Nehe opengl tutorials, that should give you enough examples to get started. http://github.com/swannodette/clj-nehe -- Regards, Thomas Kjeldahl Nilsson http://kjeldahlnilsson.net On Tue, Jul 6, 2010 at 9:58 AM, Heinz N. Gies wrote: > Greetings my lispy friends, > s

Re: Mac Emacs users: which version do you prefer (Aquamacs, Carbon Emacs, other?)

2010-06-13 Thread Thomas Kjeldahl Nilsson
Weird - I installed the Cocoa build last night, and got everything set up via elpa including swank-clojure. Some local problem? Regards, Thomas Kjeldahl Nilsson On Sun, Jun 13, 2010 at 2:02 AM, Rob Lachlan wrote: > I agree that the cocoa builds are the nicest.  But there is one > proble

Mac Emacs users: which version do you prefer (Aquamacs, Carbon Emacs, other?)

2010-06-12 Thread Thomas Kjeldahl Nilsson
ative distributions. :) Regards, Thomas Kjeldahl Nilsson http://kjeldahlnilsson.net -- 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 - pl

Re: Most elegant way of comparing vectors?

2010-05-19 Thread Thomas Kjeldahl Nilsson
Nice! Thank you both for the simple answer. Again I find that I overcomplicate things in Clojure. :) -thomas On Wed, May 19, 2010 at 1:14 PM, Laurent PETIT wrote: > 2010/5/19 Thomas Kjeldahl Nilsson : >> Hello, newbie question here. :) >> >> I'm writing a Tetris ga

Most elegant way of comparing vectors?

2010-05-19 Thread Thomas Kjeldahl Nilsson
straight-forward way is write a function which steps through the two matrices simultaneously, comparing corresponding elements one by one. My question: is there a more elegant way of determining equivalence of collection structures like these in Clojure? -- Cheers, Thomas Kjeldahl Nilsson http:/

I wrote a tiny autotest tool in Clojure. Find the flaws!

2010-05-10 Thread Thomas Kjeldahl Nilsson
Hello, So I guess I'm piling onto the "please help a novice" threads here.. :) I've written a trivial autotest tool to make my feedback cycles as short as possible while learning and coding Clojure. I've only worked through Stuarts (excellent) book so far, so this is the first thing I'm writing m

Introduction + question re. diff between 'Programming Clojure'

2010-03-23 Thread Thomas Kjeldahl Nilsson
t go through the book as-is, or should I first be aware of major changes (since the book was published)? If so, how do you recommend that a beginner like myself learn current idioms and state of the language in general? -- Regards, Thomas Kjeldahl Nilsson http://kjeldahlnilsson.net -- Y