You are here |
blog.ploeh.dk | ||
| | | |
www.pl-enthusiast.net
|
|
| | | | This post describes the structure, goals, and content of CMSC 330, UMD's sophomore-level programming languages course. This is part 1. | |
| | | |
sreekar.ch
|
|
| | | | But first What is functional programming ? Functional programming is a programming paradigm in which most computation is treated as evaluation of functions. It emphasizes on expression evaluation instead of command execution. Wikipedia When did it all start ? In the 90s, there was a war between declarative programming and imperative programming. Declarative programming then represented by logic programming languages like Prolog and early functional languages like Erlang. And imperative languages were r... | |
| | | |
128bit.io
|
|
| | | | This time of year, I always find it interesting the number of articles telling you the top languages you should learn. Yes, there's a steady stream of these types of articles throughout the year but right at the end when a new year is about to start is when I've seen them the most. Titles typically include something along the lines of "Top Five languages to learn in 2020", "Languages to improve your developer life", "Programming Languages that you need to know in 2020". | |
| | | |
grantisom.com
|
|
| | As a software engineer, staying up-to-date with the latest developments and best practices... |