The Primer in the online docs has been up since August 2017 though many of you have probably not read it or even known of its existence.
You might have read the earlier docs that were available and not realized that more docs continue to be added.
The Primer may be a single web page, though don’t let that fool you, there is a lot of content – it would be about 71 standard paper pages.
(Currently 17800 words at 250 words/page = 71 pages.)
Each section builds on the previous sections and they are all numbered to make it easier to refer to a specific section.
It is still a work in progress, though there is lots of good stuff to cram
knowledge into your noggin.
So please read the online Primer and give any feedback you might have on this forum thread.
Enjoy!
The next sections to be added will be:
- Flow Control
- Code block
- Looping and iteration
-
loop
and exit
- Closure based iteration
- Conditionals
- Concurrent blocks:
sync
, race
, branch
- Classes, objects and members
- Classes
- Generic Classes:
_ThisClass
, _ItemClass
, _Auto
- Data members
- Methods
- calling superclass methods
- constructors
- calling superclass constructors
- destructors
- conversion methods
- Coroutines
- Memory management
- Automatic Reference Counting