Introduction
Lets go over everything you need to know.
This Jide Scripting Language
Jide is, for all intent and purposes, and quality-of-life overhaul of Javascript, though it is still worth noting the goals of Jide, as a multi-paradigm scripting language:
Maintain a syntax familiar with Javascript while maintaining a more robust feature set.
(Javascript is the main compilation target, though Lua and Python targets are in the works.)
Allow seamless interop with its compilation targets.
Maintain legibility, organization, and robust syntax for efficient workflow.
NOTE: The jide.js Compiler is not in release at the moment- pending 1.0.0 and beyond.
Last updated