Update README
This commit is contained in:
@@ -47,7 +47,9 @@ commit :: (m: *Memory, size: SizeU): Bool
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Order independent declarations
|
* 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
|
* Types as first class values and runtime reflection, Any type
|
||||||
* Slices
|
* Slices
|
||||||
* Whitespace significant syntax
|
* Whitespace significant syntax
|
||||||
|
|||||||
Reference in New Issue
Block a user