|
You are here |
lwn.net | ||
| | | | |
blog.jcoglan.com
|
|
| | | | | [AI summary] The article introduces the 'Location' type pattern in programming and explains how to prevent data races by using techniques such as synchronous execution, immutable promises, encapsulation in objects, and mutexes. | |
| | | | |
reitzen.com
|
|
| | | | | ||
| | | | |
clojure-doc.org
|
|
| | | | | This guide covers: | |
| | | | |
yehudakatz.com
|
|
| | | TL;DR Although apps and gems look like they share the concept of "dependency", there are some important differences between them. Gems depend on a name and version range, and intentionally don't care about where exactly the dependencies come from. Apps have more controlled deployments, and need a guarantee that | ||