I've been trying to work on my own programming language for DiamondFire. Still, it's really going nowhere, so I was thinking of collaborating with sparkscript so I already have a foundation to work off of.
I was also thinking of making a package manager for people to publish their actions sort of like the code vault, I already have an idea for packages, to save space they will just be a folder on supabase with an actions.json file and a spark.yaml file with package data, such as version and name
Packages cannot depend on other packages because it would cause versioning issues, I might add this later but at the time being packages are built dependency-less
I've been trying to work on my own programming language for DiamondFire. Still, it's really going nowhere, so I was thinking of collaborating with sparkscript so I already have a foundation to work off of.
I was also thinking of making a package manager for people to publish their actions sort of like the code vault, I already have an idea for packages, to save space they will just be a folder on supabase with an actions.json file and a spark.yaml file with package data, such as version and name
Packages cannot depend on other packages because it would cause versioning issues, I might add this later but at the time being packages are built dependency-less