borgo
borgo copied to clipboard
Borgo is a statically typed language that compiles to Go.
``` ./type.go:32:6: undefined: Slice_Append ./type.go:35:35: undefined: Slice_Len ./type.go:37:6: undefined: Map_new ./type.go:41:2: undefined: Map_Insert ./type.go:44:2: undefined: Map_Insert ./type.go:50:9: undefined: Tuple2 ```
I'm not a rustacean and didn't know how to install the borgo library. I though adding this instruction would simplify things.
Are there currently any plans for developing a language server, and a set of editor extensions that use the language server?
Are there currently any plans for releasing a pre-built binary of the compiler on Brew & Apt?
Hi, Like a lot of other people, I've been really excited about Borgo; however, I don't see any activity in the last five months, and... despite numerous requests, the project...
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...
This is in line with #11 Would love to try this transpiled language but unfortunately without knowing what is permitted and what is not it is impossible for many potential...
Fuad if you get this message kindly respond
This project is very good. I hope to release grammar hints as soon as possible (jetbrains IDE)
Hi! I noticed that in the `Cargo.toml` file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always...