Performance tuning for a simple SLE solver

2009-10-09 Thread andi.xeno...@googlemail.com
Hi, I'm new to Clojure, and let me first say that I love it! At least I love the language, but I have some concerns regarding performance: My first try was to implement a Gauß elemination algorithm for solving a system of linear equations. Here is the code: http://www.xenoage.com/extern/zongblo

Clojure Applets: Tutorial

2009-10-13 Thread andi.xeno...@googlemail.com
Hi, since I found only questions about applets written in Clojure but not really answers, I decided to write a small tutorial in the Clojure wiki: http://en.wikibooks.org/wiki/Clojure_Programming/Examples/Creating_an_Applet Applet demo: http://www.xenoage.com/extern/clojurebook/applet/cljapp.htm

Re: Clojure Applets: Tutorial

2009-10-13 Thread andi.xeno...@googlemail.com
I could test only on Windows, Linux and Solaris (no problems on these systems). Unfortunately, I have no Mac where I could test it. Perhaps a Mac user can identify the problem? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

Re: Clojure Applets: Tutorial

2009-10-13 Thread andi.xeno...@googlemail.com
Perhaps Java 5 was running. I forgot to compile also for Java 5 (now updated in tutorial and in demo).Could you please try again? So far I know from two MacOS X 10.6 where it works and two 10.5 where it fails. --~--~-~--~~~---~--~~ You received this message because