make clojure autotranslation more idiomatic
Open
Enhancement
Priority Low
Runtime Java
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
make it work like this (as described by @kennyjwilli)
Add a value to autotranslation: (assoc! beaker :foo {:a 1 :b [1 2 3]})
Remove a value from autotranslation: (dissoc! beaker :foo)
Get a value from autotranslation: (:foo beaker)
add examples of them to the clojure demo notebook.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.