Skip to content

Commit

Permalink
Add a little edit note about a declarative macros example
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Sep 14, 2024
1 parent 21f8637 commit b636c56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions org/_posts/2024-09-13-rust_simple_declarative_macros.org
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ I will admit that I rarely write this type of macros. As you might have guessed,
The rest of this article will talk about declarative macros.

* Writing declarative macros in Rust
*EDIT September 14th 2024: Some people might get the impression that procedural macros are needed for more powerful tasks, but that is far from the case! [[https://github.com/RyanWelly/lisp-in-rs-macros][lisp-in-rs-macros]] by RyanWelly implements a Lisp interpreter with only declarative Rust macros!*

** Basics
We have already gotten a teaser for declarative macros above, but let's look at them in detail now.

Expand Down

0 comments on commit b636c56

Please sign in to comment.