-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Rajesh Gautam edited this page Jun 12, 2026
·
2 revisions
Welcome to the official wiki for the Curl programming language, created by Ritvik Gautam.
Curl is an open-source, interpreted programming language built on Python. Every statement ends with \, blocks open with - and close with --\, and AI is a first-class built-in — no imports, no setup.
Install:
pip install curl-programming-lang
Run a file:
curlang yourfile.curl
Open the interactive REPL:
curlang
- Syntax Reference — all keywords and symbols
- Variables and Lists — var, list
- Functions — createFunc, func
- Conditionals — if, elif, else
- Loops — while, for
- AI Module — pcAI built-in
- Embedded Code Blocks — otherCoding
- Imports — import
- Configuration — environment variables
- Examples — full example programs
- REPL — interactive terminal