Explore >> Select a destination


You are here

mmhaskell.com
| | www.pl-enthusiast.net
8.6 parsecs away

Travel
| | This post describes the structure, goals, and content of CMSC 330, UMD's sophomore-level programming languages course. This is part 1.
| | ashishvegaraju.com
11.2 parsecs away

Travel
| | In my last article about Functional domain modeling, I explored the expressiveness of F# in modeling a domain. I fell in love with the simplicity and expressiveness of the language. In this article I will attempt to explore function purity in F#. In F#, functions are first class citizens because it allows to pass function as an argument to other function, return a function or assign function to a variable. Initially I found it a bit hard to wrap my head around the concept of treating functions as first class citizens. In fact one of the biggest challenge for me was surprisingly not the weird syntax of F#, but to think in terms of functions.
| | blog.kummerlaender.eu
14.0 parsecs away

Travel
| | Adrian Kummerländer's blog on software development, linux and open source
| | trendless.tech
95.7 parsecs away

Travel
| This is a comparison of programming languages. The thrust of it is to give an approximation of the strengths and weaknesses of that language compared to other programming languages. It's worth noting that each "lang" has its "use case", so none of them are technically "bad", though many of them are awkward for doing specific [...]Read More... from Programming Languages, Anecdotally