#+TITLE: help #+DESCRIPTION: Often found as a bash built-in command, but this one does tell you to RTFM #+AUTHOR: Aoi Koizumi * help Often found as a bash built-in command, but this one does tell you to RTFM. It has several variants in order of appearance: + Go ~cd go && go build -v~ + V ~cd v && v -o help~ + CHICKEN Scheme ~cd chicken && csc help.scm || cd chicken && csi help.scm~ + Lua ~cd lua && lua5(1/2/3/4) help.lua~ + Shell ~cd sh && sh help.sh~ + Janet ~cd janet && janet help.janet~ + OCaml ~cd ocaml && ocaml help.ml || cd ocaml && ocamlc -o help help.ml~ + Python ~cd python && python3 help.py~ + C ~cd c && cc -o help help.c~ + Rust ~cd rust && rustc help.rs~ + Common Lisp ~cd cl && sbcl --load help.lisp --eval '(help)'~ By the way, this is just an example on how a useless program like this can be implemented in many ways possible. Also I'm skipping languages I have a serious dislike to. Licensed under [[file:COPYING][DPL-1.1]]