biobootloader / wolverine

MIT License
5.22k stars 516 forks source link

Go support #43

Open undochlorine opened 1 year ago

undochlorine commented 1 year ago

The Wolverine supports GoLang files now! The architecture is more injecting than integrating with existing Python project, but in general, that's a great profit for the project to allow a user to heal the ".go_" files as well as ".py" The latest GPT model is the most preferable to be sure the response will stick to the requirements.

St1chaKooky commented 1 year ago

Impressing! That's cool to see the project is being scaling and adding such features as multi-lang support

biobootloader commented 1 year ago

Whoa, you rewrote the whole thing in Go, that's epic!

This would be great as a standalone port of Wolverine to Go.

Adding Go support to Wolverine would be great, but it'd be more maintainable for the project if it was done by adding a few lines to run_script here, so that the Python code runs Go in the subprocess call.