Top 4 Go embedded-language Projects
-
> It also has a bunch of libraries for embedding scripting languages https://awesome-go.com/embeddable-scripting-languages, with Tengo _probably_ being the quickest https://github.com/d5/tengo
Yes, I noticed those packages recently. The problem is that there is little data about how reliable and maintainable goloader is going to be on the long term.
As I care about performance and security, I don't want a scripting language, but WASM seems to be a very promising possibility. I have made benchmarks with 2~3 WASM engines in Go, and so far I am not completely convinced about the quality and performance of the available APIs. Also, when compiling Golang to WASM, the native compiler is still abysmally bad and does not have full support for imports, so Tinygo is a must-have.
Anyway, modding is still a long term idea at this point, so hopefully the ecosystem will get more mature within a couple of years.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
Gentee script programming language
Gentee - script programming language for automation. It uses VM and compiler written in Go (Golang).
-
-
Project mention: Ask HN: 30y After 'On Lisp', PAIP etc., Is Lisp Still "Beating the Averages"? | news.ycombinator.com | 2024-06-04
We've been using our own lisp dialect, ellipse (https://github.com/luthersystems/elps) for several years in exactly that domain and it's been our secret weapon.
Go embedded-language discussion
Index
What are some of the best open-source embedded-language projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | tengo | 3,518 |
2 | Gentee script programming language | 133 |
3 | The uGO Language | 106 |
4 | elps | 29 |