daniel
daniel
> It's a security restriction of Windows. https://learn.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/enable-computer-and-user-accounts-to-be-trusted-for-delegation I think an error message that explains this will look better than a big stack trace. To resolve the delegation problem you...
Hi, @random-robbie! First of all, sorry for not providing any support to this issue, I'm not constantly working on this project anymore. Anyway, I've pushed a new release for juumla...
In my opinion, with parentheses looks better, and people are more familiar with the parentheses
I still think that with `let square x = x * x` it would be better, more verbose languages are less attractive to new programmers, from what I see.
> Or of course something like > > ``` > let add a: Int, b: Int = a + b > ``` > > But I think parameter type inference...