🔥 Spark
Spark is a programming language built on top of JavaScript. It transpiles Spark code into JavaScript and then relies on the JavaScript runtime (Node.js) to execute the code.
Spark does not execute code directly. Instead, it converts Spark syntax into JavaScript, similar to how JavaScript itself is eventually converted into lower-level instructions by the runtime.
This project is built purely for learning purposes, to understand how programming languages, transpilers, and execution pipelines work.
Spark is an open-source language. Contributions and improvements are welcome.