Update README
This commit is contained in:
@@ -47,7 +47,9 @@ commit :: (m: *Memory, size: SizeU): Bool
|
||||
## Features
|
||||
|
||||
* Order independent declarations
|
||||
* Module system, lazy loading(unused code is not compiled, big win) using #import, full loading using #load
|
||||
* Module system
|
||||
* #impoty for lazy loading(unused code is not compiled, big win)
|
||||
* #load for normal loading
|
||||
* Types as first class values and runtime reflection, Any type
|
||||
* Slices
|
||||
* Whitespace significant syntax
|
||||
|
||||
Reference in New Issue
Block a user