Nothing in this article is even OOP-specific. You can do all of this with structs and static dispatch. The code in a language like Go or Zig that supports the dot-notation would look pretty similar too.
I imagine it would be quite useful for building a responsive language server, where parsing is a more significant portion of the work
Nothing in this article is even OOP-specific. You can do all of this with structs and static dispatch. The code in a language like Go or Zig that supports the dot-notation would look pretty similar too.
I imagine it would be quite useful for building a responsive language server, where parsing is a more significant portion of the work