miniblog.
← Back to all posts
Jan 18, 2018 at 23:49
Defining if, cond and progn in Rust in Remacs!
https://github.com/Wilfred/remacs/pull/598
The lispiest code I've read in ages :)
Port if, and, or, cond, and progn by shaleh · Pull Request #598 · remacs/remacs
Move original eval.rs to eval_macros.rs.
Related Posts
Dec 7, 2014 at 22:27
Awesome paredit feature of the day: M-? convolves. Before: (progn (save-excursion| (a) (b))) After: (save-excursion (progn (a) (b)))