Louis Pilfold
Louis Pilfold
No Gleam version, just the Rust one at the moment. On Fri, 15 Jan 2021, 09:26 Peter Saxton, wrote: > Related question, is there a Gleam version of the Gleam...
What problem does this solve that `fn(a, b) { run(b, a) }` does not? I would like to keep the core language small and would like to avoid having multiple...
> Note this issue was more speculative and I decided to put it down as a place to hold my thoughts. Of course, thank you. > My gut feeling is...
If we were to introduce this how would be enforce the naming convention? I wish to avoid any situation in which developers could disagree and debate the correctly way to...
It seem like the guard be used when writing a function in Erlang, importing it into Gleam as a public function, and then calling it from Erlang. Why would one...
I'm not sure I'm fully understanding. Could you describe a situation in which this would catch a problem? Thank you On Sat, 12 Sep 2020, 00:44 Quinn Wilton, wrote: >...
Another thing is that we inline external functions often, so there's nowhere to add these guards. We could stop inclining them to implement this if we think it's useful, but...
I think there may be something here but I'm not sure what yet. Lets move this to the suggestions tracker.
Good suggestion! For now it can be installed like so: ``` cargo install --git https://github.com/lpil/gleam --tag v0.4.1 ```
I've not yet looked into this as using cargo's git support works for now. I expect you're right. :)