borgo
borgo copied to clipboard
Consider bundling and wrapping a Go compiler
Wrap a Go compiler.
From an end-user perspective, they could:
- mix go and borgo files, with either as the root
- transparently rewrite their go cli commands from
go ...toborgo ...and it should just do the right thing
Borgo would:
- Detect borgo and go source files
- Transpile borgo files to go files
- Build the project