Collaborative Editing in CodeMirror

(marijnhaverbeke.nl)

36 points | by luu 2 days ago

3 comments

  • sheepy 1 minute ago
    Marijn Haverbeke and Fabrice Bellard are my heroes
  • jazzypants 1 hour ago
    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/

  • sbruchmann 1 hour ago
    (2020)