nbcl is a lightweight, declarative configuration DSL mainly designed for
defining UI components and general purpose embedding. The syntax is designed to be simple,
and thus follows an HCL-inspired Blocky syntax but with the added benifits of
modularity, scripting capabilities, and simplicity.
print("Hello, World")
Object "server" {
port = 3000
address = "nbcl-lang.github.io"
}- Documentation: https://nbcl-lang.github.io/docs
- Playground: https://nbcl-lang.github.io/playground