Object-oriented, fully
Classes, interfaces, inheritance, generics that persist at runtime, method and operator overloading, decorators, and immutable types. A real type system, not a thin layer over dictionaries.
One binary to deploy
The geblang build command bundles your program, its dependencies, and the runtime into a single self-contained executable. Nothing to install on the target machine.
The whole toolchain, included
A static type checker, formatter, test runner, language server, VS Code extension, REPL, and debugger ship together. Nothing to assemble from separate packages.
A standard library for real work
HTTP, WebSockets, SQLite, Postgres and MySQL, Redis, message brokers, crypto and JWT, JSON, YAML, TOML and XML, and templating, so most programs need no third-party packages.