The World's Most Readable Language

Fetch an API in just 3 lines:

get web "https://api.com/user/1" & set as {Response}
look for json "username" @Response & set as {User}
print "User is: $User"

That's it. No imports. No methods. No boilerplate. Just say what you want.


BigC Documentation (v0.5)

Built on Rust. Designed for Humans. BigC v0.5 is a complete rewrite using the Rust programming language, bringing native performance, memory safety, and rock-solid stability to your code.

πŸš€ The Future Vision

We are building more than just an interpreter. Our goal is to create the "Textbook Language"β€”code that reads like English but performs like a system language.


πŸ“š Core Concepts

πŸ’Ύ Data & Storage

🌐 Web & Networking

πŸ› οΈ Utilities


Select a module from the sidebar or the list above to begin learning.