forked from solstice/docs
25 lines
511 B
Markdown
25 lines
511 B
Markdown
# "Vela" 0.1.0
|
|
|
|
This is the very first release of Solstice! Not much to see here.
|
|
|
|
This release contains:
|
|
|
|
* `puts`
|
|
* Variables
|
|
* Values
|
|
* Static type system
|
|
* `if`, `while` control flow
|
|
* Functions
|
|
* Lambda/Anonymous Functions
|
|
* Named Functions
|
|
* Closures attached to functions
|
|
* Structs
|
|
* Fields
|
|
* Methods
|
|
* `private` and `protected`
|
|
* `as`-methods
|
|
* Constructors, destructors, duplicators
|
|
* Generics (partially, there are many bugs)
|
|
* `pragma` directives in the parser
|
|
* Libraries with `use`
|