Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickbutton/macrojs
https://github.com/rickbutton/macrojs
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rickbutton/macrojs
- Owner: rickbutton
- Created: 2021-09-26T21:18:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T20:26:14.000Z (over 1 year ago)
- Last Synced: 2024-04-15T02:59:22.406Z (7 months ago)
- Language: TypeScript
- Size: 299 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
_Yes, the name is bad._
# macrojs
JavaScript, but with macros.
__macrojs__ is a superset of JavaScript with the ability to create hygienic macro-by-example macros, like are found in Scheme and Rust. The syntax and expansion semantics are _heavily inspired_ by Rust's `macro_rules!` macros.