On Wed, Feb 15, 2012 at 2:09 PM, Brandon Bloom <[email protected]> wrote:
> ClojureScript doesn't have future-call or agents yet, but if they (or > similar constructs) are to be implemented correctly, you need the ability > to save and load a binding frame. That's what my changes accomplish. > Given the single-threaded nature of JavaScript I don't see how future-call or agents could be implemented. > What use cases do you have in mind? > Dynamic binding is often used for configuration. These considerations should probably be included in your design notes. It's also important to note that what you're proposing could easily be provided as a useful library - ClojureScript is a proper Lisp after all :) David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
