Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a "Differences from Muse" section to the docs #3

Open
ghost opened this issue Mar 7, 2016 · 0 comments
Open

Add a "Differences from Muse" section to the docs #3

ghost opened this issue Mar 7, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 7, 2016

Since people ask this a lot, here is a rough list:

  • Use the promise type instead of core.async chans since core.async doesn't have error semantics. Throwing an exception in a fetch in Muse will cause the channel returned from run! to never have a value, silently. Channels don't fit well here.
  • Fix a few bugs, both from pull requests to Muse and a few I discovered after adding more tests.
  • Avoid the differences between Clojure and ClojureScript.
  • Change a few of the API functions for having a more Clojurey name: map instead of fmap, mapcat instead of flat-map. Also, delete symbolic aliases for such operations.
  • Make identity explicit in the DataSource protocol instead of magically trying to guess it.
  • Big refactoring.
  • Add proper docs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants