Live data from Hacker News

Try Clojure in your browser

tryclj.com

1–10 of 30 posts

Re: Try Clojure in your browser

#4
Linux + Opera here: After one has inputted a fifth line, the window will scroll to the top whenever one presses a key to type a statement.

I appreciate the effort by people creating repls for various languages. It was a similar repl for Haskell that was my entry point into Haskell and the wonderful world of functional programming.

Re: Try Clojure in your browser

#5
post #2

I found it fun to see division results returned as fractions. Has anyone here switched from Python to Clojure for data analysis? What has been their experience?

I haven't used it, but Incanter is a Clojure statistics and data analysis thing... http://incanter.org/

Re: Try Clojure in your browser

#7
post #2

I found it fun to see division results returned as fractions. Has anyone here switched from Python to Clojure for data analysis? What has been their experience?

That is because Lisp has fractions as a native datatype. You would get the same result in Common Lisp.

Re: Try Clojure in your browser

#8
post #2

I found it fun to see division results returned as fractions. Has anyone here switched from Python to Clojure for data analysis? What has been their experience?

Not recommended. Matrix multiplication is really slow, even with Incanter. I doubt you'll get very far with data analysis without multiplying a few matrices so avoid.

Re: Try Clojure in your browser

#10
I have always been frustrated by tutorial REPLs that make me copy and paste example codes. I simply don't write them manually to CLI and I believe many people do so. Therefore maybe a link to directly paste and execute code on tutorial steps would be quite useful. Like "run this".
Post reply on HN