Alexander Ivanov
Alexander Ivanov
On the other hand in typed languages it leads to some boilerplate: as you usually have to type the whole header with types etc, so using a single match in...
`new logic can be dynamically added.` this is also not very desirable: having all the branches for the same function in one place is very important. ``` matchproc f(n: int,...
Hey, thank you! I'd be sad to see patty deprecated, but I'd be very happy to welcome you as a contributor. My goal was to create the initial several version(s)...
Well, I mostly followed your patty todo list, honestly I guess that could be probably added to patty, but it just seemed easier for me to start from scratch.(not a...
Yeah, in this case something like `init` might be better ```nim Shape.Rectangle(w: 1, h: 2).init.w ``` Still, I think that's a non-issue actually, because how often would you create a...
for now a RFC in https://github.com/nim-lang/Nim/issues/9139
@andreaferretti after some discussions with Araq, I have a plan for supporting shared names with your macro: I'll try to port it to gara these days. (but maybe also submit...
ok, i have to remember what i meant, i remember something about generating if-s for subcases and that one can generate `if .. stuff` and expect that this would be...
That's true, I'll close this one
`{'a', 'b', @c, @e}` max 1 capture in a set, is it useful