Editing the WorldBy Julian Krispel-SamselEver wondered how to implement editors in the browser? What about repeatable and reversible changes, rich text, syntax highlighting, mixing text with arbitrary content or god forbid - editing recursive data structures as text? ...
Your code will explodeBy Julian Krispel-SamselIt’s impossible to write software that doesn’t break. The more complex software gets, the bigger this problem. Since JavaScript has become a ‘serious’ programming language, ...