PipeScript
PipeScript copied to clipboard
Languages should be inclusive
The Language object is pretty open ended already:
It allows us to describe another Language in PipeScript, and work with different languages dynamically.
What it does not yet do is take certain concepts that exist across ecosystems and standardize them.
Starting with the most important:
- [ ] A Language should be able to have an
.Importer/.Includer - [ ] #910
Moving on to the other practical applications:
- [ ] A Language should be able to have a
.ManifestPattern/ProjectPattern - [ ] A Language should be able to have a
.PackagePattern - [ ] A Language should be able to have a
.Packager/.Publisher - [ ] #1068