Earlier quoted context omitted.
How long does a compile take? Because this was the biggest issue for me. I dont really like Python but the ability to make some changes then run it instantly is wild for me.
> I dont really like Python but the ability to make some changes then run it instantly is wild for me. You'll love Clojure, gets you even closer; you can make changes while your program is running, by changing source code then applying just that function you changed, while your editor is connected to your program and can show what the new results are.
It feels almost criminal that it works, but it's quite nice.