Hacking on Gerbil
The following are suggestions on how you can still efficiently find information / resources you need.
Finding where things are
Performs a substring search for everything in current namespace. (apropos '<expr>)
Interface documentation: cons.io
Looking for implementation details:
git clone
thegerbil-*
,gerbil
, andgambit
repositories locally,rg
(def ([[function]]))
/ other forms to find them.