Sebastian

Results 20 comments of Sebastian

Would `@Vector(len, T)` be equivalent to `@Matrix(len, 1, T)` (`or @Matrix(1, len, T)`)? If their code gen and memory is the same, then we might as well drop `@Vector` for...

Perhaps in keeping Vector and Matrix, it would be a good opportunity to consider operations between them.

Some issues with this: - 1 and 2 are equivalent; from the perspective of assignment + type inference, they're the same - 3 is more complicated, in that `var` acts...

Hi, I'm pleased that you'd like to donate. Currently there's no route for doing this - I need to fill out some US tax forms in order to set up...

I've been doing some prep work for this, expect an internationalisation branch soon - it requires reorganising the repo a lot. Thanks for stepping up to help with a translation...

![image](https://user-images.githubusercontent.com/15335529/104068654-2b4d6400-51fd-11eb-873c-3ed93aed0fcd.png) ![image](https://user-images.githubusercontent.com/15335529/104070094-f55caf80-51fd-11eb-863c-3a60ee812a34.png) I'm working on some front-end upgrades at the moment. Everything should be available in both light and dark mode soon-ish (respecting your OS/browser preferences). I just need to...

I intend things to be largely dominated by examples, with longer (albeit concise) examples in chapter 2 similar to the writer implementation one. I'm not sure what kinds of changes...

Closed in https://github.com/Sobeston/ziglearn/pull/197

There are still no current plans to introduce a traits-like feature in zig & there hasn't emerged a standard way of doing interfaces like this; closing this for the foreseeable...

Closed in https://github.com/Sobeston/ziglearn/pull/197