Skip to content
pannous edited this page Sep 22, 2021 · 5 revisions

Angle is new a programming language.

The main purpose of this language is to make programming accessible to many more people and to facilitate programming computers via voice.

As of 2020 there is an alpha implementation in ruby and python ,
as well as a clean-room implementation compiling angle to wasm via Wasp.

The motivation for wasp is that webassembly offers a unique point in time when all the mistakes and clutter of the past can be forgotten and all the best ideas of the last decades can be implemented in a clean way, plus new innovative ideas can be added.

Check out the pages on the left, especially syntax, features!

The guiding philosophy in angle is to have forgiving interfaces yet strict implementations, and to make sigils** completely optional (via english keywords and indentation based blocks).

Wiki Home

** sigils are those ugly often unspeakable special chars (!@#$%^&*[}...) of other languages

Home

Philosophy

data & code blocks

features

inventions

evaluation

keywords

iteration

tasks

examples

todo : bad ideas and open questions

⚠️ specification and progress are out of sync

Clone this wiki locally