cljsinfo / cljs.info

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

Several array functions missing #67

Closed CASandmann closed 9 years ago

CASandmann commented 9 years ago

I don't know exactly how many other cljs functions that aren't on the cheatsheet, but some important array functions are missing, namely amap areduce alength etc. Supposedly this pdf has a more comprehensive list of functions than the cheatsheet does, but it doesn't really document them.

shaunlebron commented 9 years ago

our api docs have these, but we do need to add them to the cheatsheet.

shaunlebron commented 9 years ago

I think the cheatsheet's function is to provide the most commonly used functions. Will reopen if this changes.