|
You are here |
sencjw.com | ||
| | | | |
www.jhmcstanton.com
|
|
| | | | | [AI summary] The author reminds readers about the ongoing Advent of Code 2019 programming challenge, which releases two daily problems from December 1st to 25th, and mentions their personal progress and encouragement for others to participate. | |
| | | | |
olvemaudal.github.io
|
|
| | | | | C++ is a difficult language to master. Very difficult. It does not take more than a few days away from the keyboard before you start forgetting some of the details that will bite when you visit the dark and dusty corners of the language (sometimes because you work with code written by others). | |
| | | | |
largedatabank.com
|
|
| | | | | I heard a lot of good things about Mike Okasaki's Purely Functional Data Structures at UChicago, but didn't ever take the time to check it out. Lately I've missed the heady joy of reading and writing code in a strongly typed functional programming language like Standard ML, so when one of my coworkers at Knewton mentioned he was going to read the book I decided to get a copy for myself. | |
| | | | |
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... | ||