Wednesday, February 24, 2016

REPLs (ScriptCS or the Visual Studio Interactive Window)

REPLs are great! REPL stands for Read–eval–print loop and is pronounced "REP-L" quickly, like "battle." Lots of languages and environments have interactive coding and REPLS at their heart and have for years. C# and F# do also, but a lot of people don't realize there are REPLs available!

C# Interactive and F# Interactive in VS
hese are all great options for learning and exploring code in a more interactive way than the traditional "write, compile, wait, run" that so many of us are used to.

No comments :

Post a Comment