On Monday, 18 January 2021 at 18:03:12 UTC, IGotD- wrote:
On Thursday, 14 January 2021 at 17:51:51 UTC, Basile B. wrote:
This is the last[1] occasion to speak about a programming
language initiatly made in D, as the bootstrap phase is very
near.
I'd like to thank the D compiler developers, that let me work
on DMD even if I borrow another path.
[1] : https://gitlab.com/styx-lang/styx
Interesting project.
A few questions.
I see that you use "var auto name" in order to automatically
infer the type. Would it be possible just using "var name" for
that, similar to other popular languages.
There is currently no information about memory management, is
this something you have an idea how to design right now?
yes, it would be possible, but it wont be done. In Styx "auto" is
a type joker and that's it.