Re: printf question

2010-04-01 Thread Jürgen Hötzel
2010/4/1 Mark Engelberg : > printf doesn't seem to do anything inside a gen-class -main function, when > run from the executable jar program (compiled by the latest Netbeans > Enclojure release).  Is this normal, and if so, what's the workaround? The REPL flushes output after prompting. You need t

Re: printf question

2010-04-01 Thread Adrian Cuthbertson
You could perhaps also try format; (println (format "%5.2f" 10.2))) -Rgds, Adrian On Thu, Apr 1, 2010 at 7:27 AM, Mark Engelberg wrote: > printf doesn't seem to do anything inside a gen-class -main function, when > run from the executable jar program (compiled by the latest Netbeans > Enclojure