GNU/Emacs go-mode VS pydoc

Compare GNU/Emacs go-mode vs pydoc and see what are their differences.

GNU/Emacs go-mode

Emacs mode for the Go programming language (by dominikh)

pydoc

Emacs mode for navigating Python documentation through pydoc. (by statmobile)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
GNU/Emacs go-mode pydoc
4 2
1,360 42
- -
4.6 0.0
about 2 months ago over 1 year ago
Emacs Lisp
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

GNU/Emacs go-mode

Posts with mentions or reviews of GNU/Emacs go-mode. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-25.
  • setting up emacs for go programming language
    4 projects | /r/emacs | 25 Jan 2022
    It seems that most Go utilities have been submerged into gopls, the LSP server. So a lot of older websites that suggest how to configure go-mode might be outdated, because of the cultural shift away from the unix-ish little, collaborative utilities approach. This means you will need a LSP client -- the Go project has some documentation on that. I'd strongly recommend Eglot, if you are uncertain what to use(0). This page explains how to install gopls with your Go toolchain.
  • Is there an emacs equivalent of "Dash.app" ?
    6 projects | /r/emacs | 7 Aug 2021
    I haven't used Dash, so I don't know the specifics of what it works, but if it works like running pydoc or godoc or whatever Java has inside your text editor, here is a plugin for pydoc inside emacs and here's another for godoc (as part of a larger mode for go). I just tested godoc and it seems to work fine, if a little too basic.
  • How can I use the Go language on emacs?
    3 projects | /r/golang | 24 Apr 2021
    This question makes very little sense to be honest. Try using spacemacs. It has a go language server runner. Otherwise try this https://github.com/dominikh/go-mode.el

pydoc

Posts with mentions or reviews of pydoc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-07.
  • Is there an emacs equivalent of "Dash.app" ?
    6 projects | /r/emacs | 7 Aug 2021
    I haven't used Dash, so I don't know the specifics of what it works, but if it works like running pydoc or godoc or whatever Java has inside your text editor, here is a plugin for pydoc inside emacs and here's another for godoc (as part of a larger mode for go). I just tested godoc and it seems to work fine, if a little too basic.

What are some alternatives?

When comparing GNU/Emacs go-mode and pydoc you can also consider the following projects:

vim-go - Go development plugin for Vim

lsp-mode - Emacs client/library for the Language Server Protocol

Go for Visual Studio Code

Watch - Watches for changes in a directory tree and reruns a command in an acme win or just on the terminal.

vscode-go - Go extension for Visual Studio Code

vscode-go-doc - An Microsoft Visual Code extension for Golang to print symbol definition to output

gofumpt - A stricter gofmt

GoSublime - A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features.

Local Golang playground - GNU/Emacs mode that setup local Go playground for code snippets like play.golang.org or even better :)

vim-compiler-go - Vim compiler plugin for Go (golang)

gocode - An autocompletion daemon for the Go programming language

goimports-reviser - Right imports sorting & code formatting tool (goimports alternative)