An open API service indexing awesome lists of open source software.

https://github.com/rickbutton/macrojs


https://github.com/rickbutton/macrojs

Last synced: 3 months ago
JSON representation

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.