Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonlschlee/define-attributes
This racket macro makes certain repetitive access patterns easier to write.
https://github.com/simonlschlee/define-attributes
Last synced: about 1 month ago
JSON representation
This racket macro makes certain repetitive access patterns easier to write.
- Host: GitHub
- URL: https://github.com/simonlschlee/define-attributes
- Owner: SimonLSchlee
- License: other
- Created: 2022-02-14T23:30:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T17:42:56.000Z (over 2 years ago)
- Last Synced: 2024-10-15T03:02:51.295Z (about 1 month ago)
- Language: Racket
- Size: 581 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
define-attributes
=================This macro makes certain repetitive access patterns easier to write.
Its implementation was improved by feedback from the [racket community](https://racket.discourse.group/t/define-attributes-macro-is-this-useful-ideas-for-improvements/300?u=simonls).[Documentation](https://docs.racket-lang.org/define-attributes/index.html)
_This animated gif shows the binding arrows in DrRacket for some example uses of the macro._
![This animated gif shows the binding arrows in DrRacket for some example uses of the macro.](define-attributes/scribblings/examplecodearrows.gif)