Skip to content

GigaScript v2.0.0 Beta 6

Pre-release
Pre-release
Compare
Choose a tag to compare
@aName2050 aName2050 released this 08 May 18:55
256156a

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']
  • 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.

GigaScript

GigaScript Docs
Learn more about GigaScript