"In my own tests, compiled Elisp with lexical scope enabled is about 10% to 15% faster than with the default dynamic scope." Worth knowing!
miniblog.
Related Posts
@friend It seems like people find Zig comptime easier to reason about, hence the interest in introducing it to other languages.
That seems worth something. I still prefer Lisp/Clojure style macros over safer Scheme/Rust macros. Lisp macro implementations are closer to typical code.
I've just released difftastic 0.34: https://github.com/Wilfred/difftastic/releases/tag/0.34.0
Minor release, but it fixes some build issues introduced in 0.33, so worth upgrading if you've had any issues with 0.33 :)
I've released difftastic 0.32! A small release, but well worth upgrading:
* Difftastic is now smarter at discarding obviously unchanged content, producing much faster diffs in a bunch of cases
* Fixed a crash on Windows when a whole file is added/removed
