top | item 46632797

(no title)

papercrane | 1 month ago

I love this book! I do wish there was a new edition that updated the version of Java used in the tree-walk interpreter. There's been some additions to the language, like sealed classes and exhaustive switches, that could really benefit the implementation.

discuss

order

bbaron63|1 month ago

It's a fun little exercise left to the reader to upgrade to current Java. It pretty much eliminates the need for his ad-hoc code generation tool.

wduquette|1 month ago

Been there, did that, very much enjoy the result.