Skip to content
pannous edited this page Mar 28, 2024 · 4 revisions

ideas

see inventions

We could also compile wasp to native by bundling/calling wasm2c -> tinycc !

Optional automatic memory management: none, manual, gc or arc : https://docs.elementscompiler.com/Concepts/ARCvsGC/

rye is homoiconic, it has no keywords or special forms (everything is a function call, everything is a value) if x {then} either x {then} {otherwise} animal: "duck" print switch animal { "duck" { "quack" } "dog" { "woof" } } say-hello: { print "hello" } do say-hello

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