You are here |
ostash.dev | ||
| | | |
jdevuyst.blogspot.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | 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
|
|
| | 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. |