cljsinfo / cljs.info

ClojureScript website
http://cljs.info
MIT License
96 stars 9 forks source link

Missing 'gensym' #53

Closed hura closed 9 years ago

hura commented 9 years ago

The cheatsheet is missing gensym. In general all these should be included:

https://github.com/clojure/clojurescript/blob/28a31165e837826483e7bc69d4645e7f3b67520e/devnotes/corelib.org

shaunlebron commented 9 years ago

thanks @hura, we'll have to figure out how to categorize these in a meaningful way. thanks for the link

shaunlebron commented 9 years ago

we have docs for the following gensym things:

I think the function of the cheatsheet at this point will be to include only the most common functions. Gensym will be kept out of the cheatsheet, but all docs will be accessible from a search box, namespace browser, or tag browser.