10 comments

[ 2.8 ms ] story [ 19.0 ms ] thread
He uses C# as a synonym for .net which is misleading. With F# it's way easier to get a proper .net REPL which is a great feature.
(comment deleted)
PowerShell is a pretty cool REPL, and so is IronPython. There are quite a few options.
I enjoyed this because I wasn't aware that Clojure could run on .NET (IKVM or otherwise). Thanks!
Well, it used to be that Clojure targeted both .Net and the JVM. Now it just targets the JVM.

So... it can only run on .Net if it thinks it's talking to the JVM.

Does that make sense?

Scala was the same. Its now really JVM only - but IKVM does an amazing job in running things on .net if you need to (last I tried, which was quite a few years ago, the ikvm slowdown was single digit percentage, very impressive, over "native" .net code).