|
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... | |
| | | | |
clojure-doc.org
|
|
| | | | | 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. | |
| | | | |
blog.josephwilk.net
|
|
| | | | | Isolating external dependencies helps make testing easier. We can focus on a specific unit of code and we can avoid slow tests calling real services ... | |
| | | | |
realpython.com
|
|
| | | Understand the difference between shallow and deep copies in Python. Learn how to duplicate objects safely using the copy module and other techniques. | ||