fluxflow

a Go interpreter that eventually should serve a live coding and debug experience.
status
This is work in progress.
See examples for runnable examples using the fluxflow cli.
See status for the supported Go language features.
install
go install github.com/emicklei/fluxflow/cmd/fluxflow@latest
Use CLI
fluxflow run .
Use as package
package main
import (
"github.com/emicklei/fluxflow"
)
func main() {
fluxflow.Run("path/to/program")
}
© 2025. https://ernestmicklei.com . MIT License