adamant.language.reference
adamant.language.reference copied to clipboard
The Adamant Programming Language Reference
Since these may only terminate blocks or replace blocks, they aren't really expressions. They are more like statements.
Right now they compare identity for references. Make them always compare value.
Can you have a variable of type `ref ref T` or does that always collapse to `ref T`? What about `ref var ref var T`? It seems like `ref ref...
Should correspond to the directory structure. Start with root namespace in the project. Files either in the namespace of their directory, or optionally represent the whole namespace? namespace declared at...
I have a bunch of random notes on my computer. I should go through them and convert them into either changes to the reference or issues to work on.
Sealed may not make sense because every class defines both an interface and the class itself. It doesn't make sense to say an interface is `sealed`. Maybe the `sealed` keyword...
After the introduction, have a section that describes what's unique about Adamant and links to the relevant sections.