James Forbes
James Forbes
My original intention in creating this issue was to reconsider how much of the library is necessary in a modern JS environment. Not because modern JS is necessarily better, but...
For sure, thanks for the link.
What if this spec was simply an extension for generators. And instead of `perform` we just use `yield`, but we add `handle` to `try`. Then all generator functions can have...
I like that revision! Maybe `$.namespace` could accept args for documentation base urls, and package name prefixes, and the namespace itself could autoprefix type and function names with package prefixes....
@davidchambers Yeah I like this style, I saw you demonstrated it in the gitter after this discussion had taken place over there and I thought it was brilliant! I'm not...
Great idea -----Original Message----- From: "David Chambers" Sent: 5/9/2017 3:00 PM To: "sanctuary-js/sanctuary-def" Cc: "James Forbes" ; "Mention" Subject: Re: [sanctuary-js/sanctuary-def] (Optionally) automated environmentvia namespaces (#137) If you read Elm...
@davidchambers I hadn't seen that before. Thanks!
@davidchambers is it possible to evaluate the error message without first creating a function via def, and then applying it with the wrong arguments. I've just started using sanctuary-def in...
I think there's a few different use cases. For generating error messages for users of libraries built on to of sanctuary-def, I think validate's behaviour is probably adequate. For usage...
Hey @mtth, no worries at all! This library uses Buffer without importing it, which works in Node because buffer happens to be a global. But in other JS contexts, Buffer...