Explore >> Select a destination


You are here

ostash.dev
| | www.creativedeletion.com
12.6 parsecs away

Travel
| | Five years ago Elixir code would usually have to call third party applications to handle date, time and time zones. And blog posts (including on this blog), ...
| | clojure-doc.org
12.3 parsecs away

Travel
| | Lisps like Clojure are well suited to creating rich DSLs that integrate seamlessly into the language.You may have heard Lisps boasting about code being data and data being code. In this article we will define a DSL that benefits handsomely from this fact.
| | mmhaskell.com
10.3 parsecs away

Travel
| |
| | slashusr.wordpress.com
76.2 parsecs away

Travel
| Recently, I came across a scenario where I had to quickly copy the previous line in an Emacs buffer to the current position. The usual method for doing this has been to invoke: C-p C-a C-k C-y RET C-y Which basically does the following: Moves to the previous line (C-p) Moves to the beginning of...