Does anybody know of a ReasonML/Bucklescript example worker?
The closest I could find is for FSharp/Fable at https://github.com/jbeeko/cfworker-hello-world
Does anybody know of a ReasonML/Bucklescript example worker?
The closest I could find is for FSharp/Fable at https://github.com/jbeeko/cfworker-hello-world
Conrad - are you still interested in this? I’m considering porting my F# examples to ReasonML.
Yes, I am!
For context though it’s only for a side project, so I wouldn’t want you to spend time on it if you are not interested in it yourself
I was interested, almost did it at one point just to compare the experience. Reason compiles so fast and small it would probably be a good fit. And the new let+ syntax will make dealing with the promises easier.