7 comments

[ 5.0 ms ] story [ 28.8 ms ] thread
I'm a huge fan of this guy's work. His code is really easy to read, and I learn a lot every time I dig in. I think that Lezer [0] is underappreciated considering how flexible and performant it is.

Edit: I just realized I didn't even mention his most famous work, Eloquent JavaScript [1]! This book is incredible. I couldn't finish it the first time, so I'm not sure if it's the best book for beginners, but I learned so much when I picked it back up a few years later that I think that every JavaScript programmer should read through it and do the exercises at least once.

[0] https://lezer.codemirror.net/

[1] https://eloquentjavascript.net/

Marijn Haverbeke and Fabrice Bellard are my heroes
Happy to see the love for Marijn. Goat.
Found out about CodeMirror recently and I was marveled at what it could do. Huge props to Marijn.