woojamon
woojamon
So is there any great way to share koka code at the moment?
Currently at 0.5.13, if I have the following definitions: ```grain let add = a => b => a + b; let (|>) = (a, f) => f(a) ``` then this...
Sure, and there's no technical problem with it staying like that. For some binary operators maybe it seems natural to put the operator at the end of the line, but...
Cool! I certainly think it would be a boon for Grain, just one less thing for newcomers like me from other functional languages to get quirky over. I've only gotten...
I will say though, if it doesn't become baked into the language, I still do like the ability to define `|>` however I like. It means I can "overload" it...
Ok, I'll move some things to their own files. Thanks!
Wait, why doesn't `eq` suffer the same problem then?
Turns out I had to use the visual studio installer to install the "Desktop development with C++" workload, which fixed the inttypes.h error.  Then I was getting an error...
Sorry I was signed in under the wrong account when I created the issue.
```xml ``` I just ran the code as it appears on the README page for setting up FuncUI ```shell dotnet add package Avalonia.Desktop --version 11.0.0 dotnet add package Avalonia.Themes.Fluent --version...