https://github.com/apmckinlay/gsuneido
Go implementation of Suneido
https://github.com/apmckinlay/gsuneido
compiler go golang interpreter language
Last synced: 6 months ago
JSON representation
Go implementation of Suneido
- Host: GitHub
- URL: https://github.com/apmckinlay/gsuneido
- Owner: apmckinlay
- License: mit
- Created: 2014-04-09T21:16:22.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T17:37:51.000Z (6 months ago)
- Last Synced: 2026-01-15T20:16:24.937Z (6 months ago)
- Topics: compiler, go, golang, interpreter, language
- Language: Go
- Homepage:
- Size: 23.3 MB
- Stars: 13
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gSuneido
========
Go implementation of Suneido (http://suneido.com).
[](https://pkg.go.dev/github.com/apmckinlay/gsuneido)
See also: [cSuneido](https://github.com/apmckinlay/csuneido), [jSuneido](https://github.com/apmckinlay/jsuneido), [suneido_tests](https://github.com/apmckinlay/suneido_tests)
[Documentation](http://apmckinlay.github.io/gsuneido/)
### Status
As of August 2019 it successfully runs all the standard library tests.
As of November 2019 the Windows interface is mostly functional.
As of July 2020 the client portion is production ready to replace cSuneido.
As of March 2021 we are no longer using cSuneido, all customers are on gSuneido.
(as client, with jSuneido as the server)
As of July 2022 the database and server are complete. All our tests pass.
We are using it on some beta systems.
As of January 2024 gSuneido has replaced jSuneido on all our services and customer systems.