-
Notifications
You must be signed in to change notification settings - Fork 0
Home
circular17 edited this page Oct 5, 2023
·
8 revisions
Append is a programming language crafted on the core philosophy of appending actions directly to data, promoting a harmonious blend of functional and fluent design principles.
Predefined types: the building blocks for data.
Keywords and operators: building blocks of the language.
Type declarations: to create new types.
Variable and constant declarations: how to introduce data.
Flow control: how to branch and loop
Function calls: how to call functions using the Append fluent style.
Function declarations: how to define functions.
Lambda functions: functions can also be embedded in expressions for functional style.