Playing around with the Rust reflect lib
Days ago, I noticed an interesting lib called reflect. It looks like it’s a sort of macro writing helper lib. Macros are cool, especially in Common Lisp. Rust macros can also bring some fun, but to be honest, they aren’t easy to write. (This is the repo of a macro I wrote in Rust).