-
Notifications
You must be signed in to change notification settings - Fork 0
Home
RandomMaerks edited this page Jan 9, 2026
·
10 revisions
Welcome to the official wiki of the Piège programming language!
Piège /ˈpɪ.eʒ/ is an interpreted language used to compute various sorts of mathematical operations, ranging from basic arithmetics to matrix operations. Piège files have the .piege file extension.
To run Piège code, you can use the official Python interpreter, Piègeur, found in this repository.
- Added 2 randomiser operators
rand()andrandInt()for thedo[]function - Added sign operator
sign()for thedo[]function - Removed argument
typefor theinput[]function
- Added 24 trigonometric & hyperbolic operators for the
do[]function - Added
lenVect(),exp(), andln()operators for thedo[]function - Removed 2 data types for the
do[]function:matrix,vector
- Released documentation to GitHub
- Added functions:
io{},op{},input[],output[],do[],solve[],return[],deleteVar[],getIndex[],setCursor[],moveCursor[],loop[],ignoreIndex[],endCode[]
The wiki references version 1.2 of the Piège programming language.
Latest version of Piège: v1.2 (09 January, 2026)