Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rizo/rego
Reasonable Go.
https://github.com/rizo/rego
compiler generics go hack ocaml reasonml
Last synced: 12 days ago
JSON representation
Reasonable Go.
- Host: GitHub
- URL: https://github.com/rizo/rego
- Owner: rizo
- Created: 2018-08-13T13:12:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T18:07:50.000Z (over 6 years ago)
- Last Synced: 2025-01-18T06:44:22.567Z (21 days ago)
- Topics: compiler, generics, go, hack, ocaml, reasonml
- Language: OCaml
- Size: 8.79 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rego
Reasonable Go.
## Status
This project is an experimental ongoing attempt at creating a Go backend for
Reason/OCaml. Currently a proof of concept compiler is being developed that
operates on the OCaml's Lambda IR and produces textual Go code. This approach
poses a number of challenges with regards to performance: all values are
currently represented as empty interfaces, which results in a significant
overhead in the generated Go code (see [golang/go#20116](https://github.com/golang/go/issues/20116)
for details).## Development
The code is incomplete and mostly broken. If you wish to contribute, please [open an issue](https://github.com/rizo/rego/issues).