Anton Trunov
Anton Trunov
@Kaladin13 please fix the merge conflicts here
Use the full test suite from https://github.com/tonkeeper/w5
@jubnzv Thanks for your detailed review, I really appreciate it. I'll split the current PR in two: there will be a simpler SECURITY.md file for the GitHub setup. We will...
@imartemy1524 Usually language designs cannot incorporate all the special cases unless those prove to be very frequent. Once a language feature creeps in we are stuck with it essentially forever...
@imartemy1524 We might support something like the `Bytes` type, but it has to be _designed_ first: we cannot add new half-baked language features and then later try to retrofit more...
@imartemy1524 What is your use case for getters with names like that?
Many programming languages won't let you use reserved words as identifiers. For instance, FunC won't let you use `method_id` as a getter name and `"getter with spaces"` is also not...
Tact v1.4.0 has just been released, looking forward to see it supported in Intellij TON!
> why do you call it "nested maps" if it's just a map with a key being tuple? ah, this is because nested maps are like curried functions which are...
In many cases people actually want maps of arity more than 1, instead of "nested maps"