-
GoLive Repo https://github.com/brendonmatos/golive
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
redwood
A highly-configurable, distributed, realtime database that manages a state tree shared among many peers. (by brynbellomy)
This reminds me of this sync state protocol called braid: https://github.com/brynbellomy/redwood
-
How are you doing the REPL? Are you adding each line to .go file and then compiling it? Are you using yaegi (https://github.com/traefik/yaegi)?
-
Yes, using yaegi! Take a look at https://github.com/brendonmatos/gobook/blob/19035ba7796db69a60670deeab486b491c0b6477/components/book.go#L41