![Greenstone Circuits](https://media.forgecdn.net/avatars/thumbnails/270/562/256/256/637245568184680704.png)
Add support for language add-ons
Martmists-GH opened this issue ยท 0 comments
This would require the following:
- A registry for languages implementing a basic interface. (probably a functional interface with a
run
method)- Java & Kotlin compatible. (nobody cares about scala lol)
- A more usable terminal language, probably bash-like.
- Commands for each language to run a file in said language.