Skip to content

Commit

Permalink
added zero-abstraction abstractions (resolves #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
PokeJofeJr4th committed Jul 2, 2023
1 parent 1b39e07 commit 18defb8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -239,7 +239,11 @@ You can also set the `call` keyword to a function, which can use the `self` keyw
my_object.call = ()->{"hello, my name is "+self.name?}!
```

## Signals
## Zero-Abstraction Abstractions

Lots of popular languages use so-called "zero-cost abstractions". DreamBerd instead has zero-_abstraction_ abstractions, which are features that provide runtime costs for little-to-no utility.

### Signals

To use a signal, use `use`.

Expand Down

0 comments on commit 18defb8

Please sign in to comment.