|
|
|
|
|
by ReleaseCandidat
1017 days ago
|
|
Thanks, and yes, I didn't think about closures. Talking about closures, I also don't know why Jai needs explicit capture lists. In C++ and Rust I understand the need for them, because you have various ways to pass them into the lambda, but Jai doesn't seem to care, at least in the examples at https://github.com/BSVino/JaiPrimer/blob/master/JaiPrimer.md....
To be honest, I also don't see how this is different from just writing the function definition by hand, just in more than one step and you have to throw away the intermediate versions? Btw. I just replied to say that I really like your username, I have noticed it just now :) |
|