Explore >> Select a destination


You are here

nikgrozev.com
| | nikita-volkov.github.io
14.4 parsecs away

Travel
| | Like many other Haskellers even after considering myself an expert in the language I still get that amazing "wow" moment, when I learn another elegant thing about its basic concepts, from time to time.
| | diego.codes
9.7 parsecs away

Travel
| | Data Scientist. I like music, keyboards and Legos. Proficient in pop culture references and xkcd.
| | sreekar.ch
11.1 parsecs away

Travel
| | 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...
| | viralinstruction.com
32.6 parsecs away

Travel
| [AI summary] The author argues that Rust's borrowchecker causes serious ergonomic problems and overstates its role in memory safety, suggesting that the effort required to satisfy it often outweighs the benefits compared to garbage-collected languages.