Wirawan Winarto

Microsoft Student Partner
See also: Other Geeks@INDC

Browse by Tags

All Tags » F# (RSS)
The Evaluation Is Not So F#-ing Lazy
Everytime I write F# down. It looks like a swear. In functional programming languages, lazy evaluation is a well-known feature. The opposite of lazy evaluation is a strict evaluation. In a strict evaluation strategy, the innermost expressions are evaluated...
Trying F# on Visual Studio 2008
Just tried F# on Visual Studio Team System last night. It ran smoothly... so far. The first thing I tried is a little Fibonacci code... Then testing some simple codes below... For you who came from object-oriented background, this language might looks...