Louis Pilfold

Results 761 comments of Louis Pilfold

Magic email links would work great for me, nice idea @bradfitz

What would need to be added to the above PR for it to be merged? Given it makes heavy use of external functions how would it be used when compiling...

Thank you @tfausak ! It'd be great for this to be easier to discover, is there a suitable place to document this?

I was wondering if unions could be used, so rather than having some kind of dedicated error handling we could say that a method (for example a `get_user` method) returns...

I would have thought an error from the library would be that the transport failed, rather than it being a business logic error. It is tricky to draw the lines...

In Go would having an interface with the members documented be sufficient? I'm not sure how common it is to downcast from an interface

A success union and an error union could map well onto Go, languages with exceptions, and languages with a Result type. :) Would network errors get automatically merged into the...

This would be very useful for me. Is there a work-around?

:-1: from me. I would prefer there to be only one way to create variables and this new syntax does not add anything not already possible with the existing syntax.

It would take more than adopting the syntax, OCaml/Reason and Alpaca are semantically different languages. If I were to put OCaml on the BEAM I'd probably go down the path...