Tools
BioLang ships with a complete toolchain — CLI, interactive REPL, language server, bytecode compiler, and a plugin system. Everything is bundled in a single binary.
CLI
Run scripts, manage plugins, and interact with BioLang from the command line.
REPL
Interactive read-eval-print loop with tab completion, history, and introspection.
Language Server
Diagnostics, completions, and hover info for VS Code and other editors.
Compiler & JIT
Bytecode compiler and Cranelift JIT for maximum performance.
Plugins
Extend BioLang with Python, TypeScript, R, or native Rust plugins.
Embedding (WASM)
Run BioLang inside your own web app, desktop shell, or Node script — no server, no install.