You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a chapter on single/multi line comments (or maybe do it as part of Hello World chapter(?)
Chapter If, Else, While be changed to If, Elif, Else, While
Chapter For Loops & Iterators have addition of mitem & mpair, to show how to use modifiable iterators.
Add module importing, module aliasing, including files, etc
Chapter Procs, add example of discardable proc calls and pragma.
Chapter Objects should probably include a linked list example, to show a common usage of mutually-recurring types. Also add an example of Object Variants
Add Procedural Type chapter and show an example of an array of proc pointers (or jump-table equivalent)
Chapter Strings add some examples of slicing/concat/delete/... that can be performed with strings, and mention strutils and some other string-related modules for further reading
Add **File and IO" Chapter with system based open/close/FileExists/read/readLine/Line Splitting/.... and also mention parsing modules like parseCSV and also memfiles
Add Parallel and Concurrency chapter to cover this and also Asynch modules (or point to where info can be found)
Add Exception Handling chapter, covering try..except..finally, and raise, etc Defining your own exceptions. Maybe worth covering the "Effect System" for procs
Add examples of an auto type (as part of an existing Procs chapter, or as its own chapter?)
Add Tuple Types chapter (or as part of Object Types chapter?)
The text was updated successfully, but these errors were encountered:
Suggestions only:
The text was updated successfully, but these errors were encountered: