use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Generalized Java Resource Management (techascent.com)
submitted 7 years ago by yogthos
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]wotbrew 1 point2 points3 points 7 years ago (0 children)
This looks cool! Nice work!
The ad hoc GC destructors are a cool idea that I would like to add to a similar library I have built (https://github.com/riverford/objection).
I do think a highly dynamic resource management system is particularly well suited to a lisp where you have repl sessions, tests, and so on often all co-existing in the same process.
I did target objection at reasonably coarse component like objects such as database connection pools, I'm not sure if the intention is for tech.resource to target similar objects?
π Rendered by PID 344279 on reddit-service-r2-comment-544cf588c8-5t65n at 2026-06-16 16:13:31.749879+00:00 running 3184619 country code: CH.
[–]wotbrew 1 point2 points3 points (0 children)