Y
Hacker News
new
|
ask
|
show
|
jobs
by
cozzyd
987 days ago
Do any languages other than C provide decent man pages?
4 comments
tmtvl
987 days ago
Languages from the GNU project tend to have decent info pages (e.g. Guile, GCL, Libc). Perl also comes with perldoc, which is like manpages but instead of using the man command you use the perldoc command.
link
atoav
987 days ago
In python you can run help() on everything as I recently discovered.
link
EustassKid
987 days ago
I wanted to say C++ but I noticed
decent
link
Ender-events
986 days ago
cppreference is a great doc and can be download
link
cozzyd
986 days ago
True, I remember downloading it to my laptop before going to the South Pole.
link
awelxtr
987 days ago
I've always liked javadocs
link