Geblang Guides
The Guides series provides audience-oriented on-ramps into Geblang. Each guide maps what you already know - your existing tools, idioms, and mental models - onto Geblang's language and standard library, then points you at the relevant reference chapters. They complement the reference manual rather than replace it.
Guides
- Geblang for data scientists - ndarray, dataframe, stats, and the numeric stdlib for people coming from NumPy, pandas, and SciPy.
- Geblang for developers from another language - concept mapping across Python, JavaScript, Go, and Java: types, classes, modules, errors, and async.
- Geblang for systems programmers - FFI, process control, sockets, SSH, bytes, and the capability model for people coming from C or shell scripting.
- Geblang for web developers - the language-level HTTP client and server, web router, JSON handling, and typed request/response for people coming from Express, Flask, or net/http.