Stories by debarshri
The process watcher and reloading for any language with custom hooks.<p>You could run something like this:<p>`wip -- go run main.go`<p>and any file changes in that directory would reload the service thus creating a REPL like environment for languages do not have a REPL.<p>Additionally, you can add c...