Gore
Visit Toolgore is a Coding & Development tool that provides a Go REPL (Read-Eval-Print Loop). It features line editing, code completion, and multi-line input for interactive Go development.
At a glance
Trending
gore is a Coding & Development tool that provides a Go REPL (Read-Eval-Print Loop). It features line editing, code completion, and multi-line input for interactive Go development.
Trending
About
gore is an open-source Go REPL (Read-Eval-Print Loop) designed to enhance interactive Go development. It offers essential features such as line editing with history, multi-line input, and robust code completion, which requires `gopls` for optimal functionality. Developers can evaluate Go expressions, statements, and function declarations directly within the REPL environment. The tool also supports package importing with completion, showing documents, and auto-importing. While gore provides significant value for Go users, it's noted that its implementation, which runs code using `go run` for each input, can lead to slower execution compared to more actively maintained REPLs like `gomacro` or `yaegi`. It supports Go modules, allowing users to load local modules and automatically download remote ones without manual `go get` commands.
Capabilities
Pricing & Plans
Open Source
Free
FAQs
Trending