Y
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
jdmichal
3569 days ago
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.
link
dllthomas
3569 days ago
Haskell, too. And these days you can even, if you really want, run things before they type check.
link