-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Classes and functions can be decorated with annotations. They should be reasonably straightforward to implement.
@dec(args) def foo(...): $body should compile to foo = dec(args)($body). So it's basically just a chain of function calls that need to be compiled. Same, mutatis mutandis, for classes.
Metadata
Metadata
Assignees
Labels
No labels