GigaScript v2.0.0 Beta 6
Pre-release
Pre-release
GigaScript v2.0.0 Beta 6
In this release
- GigaScript Modules
- gs:maps
- gs:sets
- Native Modules
- GigaScript (gigascript) module
- OS (os) module
- PATH (path) module
- File System (fs) module
- NodeJS (node) module
Significant Updates
- Updated Array functionality
- Array methods
- Special object properties and computed member expressions
- You can now created objects with anything as a key. Simply enclose the key in a string. ex.
{ '123': value }
- You can access these properties by using the computed member expressions notation. ex.
object['123']
- You can now created objects with anything as a key. Simply enclose the key in a string. ex.
- LOTS of bug fixes and other improvements
Note
Due to the complete revamp of GigaScript from v1 to v2, we will be rewriting the documentation again.