An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

gSuneido
========

Go implementation of Suneido (http://suneido.com).

[![PkgGoDev](https://pkg.go.dev/badge/github.com/apmckinlay/gsuneido)](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.