SaaSHub helps you find the best software and product alternatives Learn more โ
Yaegi Alternatives
Similar projects and alternatives to yaegi
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
expr
Discontinued Expression language and expression evaluation for Go [Moved to: https://github.com/expr-lang/expr] (by antonmedv)
-
-
-
-
just-the-docs
A modern, high customizable, responsive Jekyll theme for documentation with built-in search.
-
-
-
-
-
-
-
yaegi discussion
yaegi reviews and mentions
- Show HN - htmgo, build simple and scalable systems with go and Htmx
-
Ask HN: Writing a Shell in Go, Advice
Take a look at yaegi, it already can be used as a REPL and shell. [1]
[1] https://github.com/traefik/yaegi
- Golang Interpreter Written in PHP
-
CouchGO! โ Enhancing CouchDB with Query Server Written in Go
One problem I faced here was that the Query Server should be able to interpret and execute arbitrary code provided in design documents. Knowing that Go is a compiled language, I expected to be stuck at this point. Thankfully, I quickly found the Yeagi package, which is capable of interpreting Go code with ease. It allows creating a sandbox and controlling access to which packages can be imported in the interpreted code. In my case, I decided to expose only my package called couchgo, but other standard packages can be easily added as well.
- Traefik/Yaegi: Yaegi Is Another Elegant Go Interpreter
-
Go: What We Got Right, What We Got Wrong
Yes. There are long standing feature requests for (e.g.) the reflect package that simply don't get done because they'd break this assumption and/or force further indirection in hot paths to support "no code generation at runtime, ever".
Packages like Yaegi (that offers an interpreted Go REPL) have "know limitations, won't be addressed" also because of these assumptions.
https://github.com/golang/go/issues/4146
https://github.com/golang/go/issues/16522
https://github.com/traefik/yaegi?tab=readme-ov-file#limitati...
- Fourteen Years of Go
-
Gojekyll โ 20x faster Go port of jekyll
There is always https://github.com/traefik/yaegi - a Go interpreter written to make it easy to write plugins.
- Jacobin: Minimal JVM written in Go and capable of running Java 17 classes
-
Can Go run statements in cmd like Python?
I think https://github.com/traefik/yaegi comes as close as using the python interpreter in you CLI, but for Go
-
A note from our sponsor - SaaSHub
www.saashub.com | 3 Oct 2024
Stats
traefik/yaegi is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of yaegi is Go.