Hacker News new | ask | show | jobs
by tigershark 3569 days ago
with F# you have a REPL, it is not only prerogative of dynamic typed languages.
2 comments

You could argue that with PowerShell you have an entire .NET REPL. And I have actually used it that way, particularly when I run into some function that has bad MSDN documentation.
Haskell, too. And these days you can even, if you really want, run things before they type check.