"Functional Scala" is a set of tutorials on Scala programming language by Mario Gleichmann. Although a bit verbose, it introduces the key constructs of Scala, and outlines Scala's primary
This Scala tutorial, called "The Neophyte’s Guide to Scala" can be considered as an auxiliary resource of #progfun. It is particularly good at getting started with Scala, and to delve
Following code snippet shows how to compute bound (i.e the min and max elements) of a List using F#.
[gist]4511020[/gist]
Solution outlined here is quite trivial and use the pattern