Try Clojure in your browser
tryclj.com
Try Clojure in your browser
1–10 of 30 posts
Re: Try Clojure in your browser
#2I 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?
Re: Try Clojure in your browser
#3To get help, you can type tutorial. I think it would be better to type (tutorial), or at least have both options available.
Re: Try Clojure in your browser
#4Linux + 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
#5I 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
#6[deleted]
Re: Try Clojure in your browser
#7I 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
#8I 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
#9Awesome, but please highlight matching parenthesis.
Re: Try Clojure in your browser
#10I 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".