You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2023. It is now read-only.
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