-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Aegrithas edited this page Aug 11, 2019
·
2 revisions
Welcome to the ÞiŋLang wiki!
Here I'll (try to) explain the language; I'll assume readers already know basic programming concepts, so I won't explain, for example, what a function is.
Þiŋ is a dynamically-typed interpreted language.
Here are the topics I'll cover:
- Top level
- Functions
- Variables
- Do blocks
- Expressions
- Control flow
- Branches
- Loops
- Jumps
- Operators
- Typeof
- Function Calls
- Member Access
- Literals
- Basic Literals
- Object Literals
- "Lambda" Expressions
- Locals
- This
- Control flow
- Data Types
- Functions
- Symbols
- Objects
- Arrays
- Strings
- Numbers
- Bools
- Nil