borgo icon indicating copy to clipboard operation
borgo copied to clipboard

Consider bundling and wrapping a Go compiler

Open tigregalis opened this issue 9 months ago • 0 comments

Wrap a Go compiler.

From an end-user perspective, they could:

  1. mix go and borgo files, with either as the root
  2. transparently rewrite their go cli commands from go ... to borgo ... and it should just do the right thing

Borgo would:

  1. Detect borgo and go source files
  2. Transpile borgo files to go files
  3. Build the project

tigregalis avatar Jan 29 '25 01:01 tigregalis