Browse by Tags

All Tags » Programming Languages (RSS)

F# 1.9.4.19 runs out of the box with Mono in Linux

Don Syme just announced a minor update to the F# environment , minor may be but of great interest to a certain community: it so happens that at some point F# stopped working properly in Linux, a workaround was published (and it actually works, but you...

Tuples: an F# lightweight data structure

Maybe the best thing to do is to start by showing a few examples of tuples: let amigo = ( "Sebastián" , 7) let pair1 = (3, 2) let pair2 = (2, 5) let student = "Santiago" , "Monterrey" , 2007, true The first tuple ("Sebastián"...

Programming in .NET military style

It seems like the .NET platform happened to be a nice innovation test bed. Mary Jo Foley talks about the “Sharps” , the growing cloud of experimental programming languages (A#, Cocoa#, F#, Gtk#, J#, Sing#, Spec#, X#) that range from data oriented...
More Posts