|
You are here |
aartaka.me | ||
| | | | |
pragprog.com
|
|
| | | | | This book will help you write macros using Clojure and to recognize when you should be using macros in the first place. | |
| | | | |
pldb.io
|
|
| | | | | PLDB: a Programming Language Database. Build the next great programming language. | |
| | | | |
nondv.wtf
|
|
| | | | | The excitement of coding just for yourself and by yourself as a professional software engineer | |
| | | | |
endlessparentheses.com
|
|
| | | The concept of a lazy-map might sounds odd at first. How do you know if a map contains an entry without resolving the whole map? But it's not the entries that are lazy, it's the values they hold. See this example from the Readme: | ||