5 ms·
This is quite interesting, a very elegant struct hack. Dlang is working on an RFC for implementing this feature right into the language, which would probably ma
by ambyjkl 6y ago
This is quite interesting, a very elegant struct hack. Dlang is working on an RFC for implementing this feature right into the language, which would probably make it the first systems language to implement this without structs.
https://github.com/dlang/DIPs/blob/master/DIPs/DIP1030.md https://github.com/dlang/DIPs/blob/master/DIPs/DIP1030.md
- chiffre 6y agoAda arguably is a system programming language and it supports named parameters.