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.
- Phase 1-4: Established the Grammar (completed).
- Phase 5: The Engine (Rust Migration & Web) (completed).
- Phase 6 (Next): BigGUI β Native desktop apps with zero boilerplate.
- Phase 7: The Compiler β Turn
.bigfiles into standalone binaries.
π Core Concepts
- Getting Started: Installation and your first "Hello World".
- Syntax Reference: Variables, Types, and Basic Grammar.
- Control Flow: Logic (
if/or), Loops (start loop), and Chapters. - Standard Library: Essential modules and feature unlocking.
πΎ Data & Storage
- Books & Lists: File I/O (
write/open) and Arrays (Backpacks). - The Vault: Database management with Native DBIG and SQLite.
π Web & Networking
π οΈ Utilities
- I/O & Time: Console input/output, delays, and Unix timestamps.
- Luck & Data: Random generation (
luck), Regex (bmath), and Markdown. - Bit & Crypto: Encryption (
AES,NEBC) and hashing.
Select a module from the sidebar or the list above to begin learning.