Explore >> Select a destination


You are here

yiming.dev
| | github.com
3.2 parsecs away

Travel
| | An Emacs framework for the stubborn martian hacker - GitHub - doomemacs/doomemacs: An Emacs framework for the stubborn martian hacker
| | notes.neeasade.net
3.2 parsecs away

Travel
| | [AI summary] The author expresses a deep appreciation for Emacs, highlighting its programmable state, blended environment, and extensive customization capabilities, while also sharing various customizations and integrations they've implemented.
| | ljwrites.blog
2.4 parsecs away

Travel
| | The true gift of Emacs may be the ability to make it your own in every sense.
| | sreekar.ch
28.3 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...