Explore >> Select a destination


You are here

ostash.dev
| | jdevuyst.blogspot.com
14.3 parsecs away

Travel
| | Most programmers who have dabbled in Clojure are probably familiar with the threading macros -> and ->>. For readers, who aren't. Here's wha...
| | www.stevejgordon.co.uk
15.8 parsecs away

Travel
| | In this post, we will create, inspect and decompile the world's smallest C# program to learn how the compiler generates executable code.
| | blog.janetacarr.com
8.7 parsecs away

Travel
| | Dear Janet, I hope this email finds you well. I know I'm just a fictional character in a fictional email to set up the hook for this blog post, but I was wondering if you could help me speed up our slow library. We use the best algorithms money can
| | ostash.dev
17.3 parsecs away

Travel
| Conceptually metadata is an ability for the symbol or the collection to have some additional information for the Clojure compiler. It is implemented as a map data structure and is often used to convey the type information to the compiler, documentation and compilation warnings.