Bringing the ClojureScript wiki on GitHub up-to-date with the r1211
46 views
Skip to first unread message
Michał Marczyk
unread,
May 16, 2012, 8:52:30 AM5/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cloju...@googlegroups.com
Hi,
I've taken the liberty of adding a mention of :use(-macros) :only
support for ns forms and the availability of persistent data
structures and transients on the "Differences from Clojure" page. The
part on PDSs mentions them being ports of Clojure's impls.
I'm actually not sure whether there still are any unported collection
functions; if so, there probably aren't many. Will check later.
Cheers,
Michał
Stuart Sierra
unread,
May 16, 2012, 9:02:48 AM5/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cloju...@googlegroups.com
Thanks.
Michał Marczyk
unread,
May 17, 2012, 4:09:05 AM5/17/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cloju...@googlegroups.com
Updated the wiki again for r1236:
1. removed mention of letfn not being implemented and added it to the
list of supported special forms;
2. added clojure.core.reducers to the list of ported namespaces,
noting that fold is currently an alias for reduce.