help

README.txt
Login

File README.txt from the latest check-in


                             ━━━━━━━━━━━━━
                                  HELP

                              Aoi Koizumi
                             ━━━━━━━━━━━━━





1 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:


1.1 Go
──────

  ┌────
  │ cd go
  │ go build -v
  └────


1.2 V
─────

  ┌────
  │ cd v
  │ v -o help
  └────


1.3 CHICKEN Scheme
──────────────────

  ┌────
  │ cd chicken
  │ csc help.scm
  └────

  ┌────
  │ cd chicken
  │ csi help.scm
  └────


1.4 Lua
───────

  ┌────
  │ cd lua
  │ lua help.lua
  └────


1.5 Shell
─────────

  ┌────
  │ cd sh
  │ sh help.sh
  └────


1.6 Janet
─────────

  ┌────
  │ cd janet
  │ janet help.janet
  └────


1.7 OCaml
─────────

  ┌────
  │ cd ocaml
  │ ocaml help.ml
  └────

  ┌────
  │ cd ocaml
  │ ocamlc -o help help.ml
  └────


1.8 Python 3
────────────

  ┌────
  │ cd python
  │ python3 help.py
  └────


1.9 C
─────

  ┌────
  │ cd c
  │ cc -o help help.c
  └────


1.10 Rust
─────────

  Contributed by [shokara]
  ┌────
  │ cd rust
  │ rustc help.rs
  └────


[shokara] <https://13f0.net>


1.11 Common Lisp
────────────────

  ┌────
  │ cd cl
  │ sbcl --script help.cl
  └────


1.12 Racket
───────────

  ┌────
  │ cd racket
  │ racket help.rkt
  └────


1.13 Fennel
───────────

  ┌────
  │ cd fennel
  │ fennel help.fnl
  └────


1.14 Gambit Scheme
──────────────────

  ┌────
  │ cd gambit
  │ gsi help.scm
  └────

  ┌────
  │ cd gambit
  │ gsc -exe help.scm
  └────


1.15 LOLCODE
────────────

  ┌────
  │ cd lolcode
  │ lci help.lol
  └────


1.16 Zig
────────

  ┌────
  │ cd zig
  │ zig build-exe help.zig
  └────

  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.

  Side note: Gitea and GitLab will blow up trying to get this repository
  right.

  Licensed under [DPL-1.1]


[DPL-1.1] <file:COPYING>