Ben Greenman
Ben Greenman
Are you working on `extras`? I was gonna start it tomorrow.
Can you do it? I'll start looking at the `kernel/` folder.
Yeah I guess we should use `matrix`.
Yeah that's why I started #12. I want to ignore this problem for now. If there's no useful Racket library to help with this, it should probably be an independent...
Do we know what the existing API is? It wasn't clear to me, that's why I'm planning to follow the book in #13 and use that process to determine what...
Excellent, thank you!!
`*` a graphical version of the zo file Also useful, use the explorer to print data-structure components of zo structs. Like lists and hashtables.
Or, use the (released) [ansi](http://github.com/tonyg/racket-ansi) package.
Be sure to test the solution in Dr.Racket. The escape sequences are not recognized in its repl.
> (from the old zordoz docs) Bytecode should be much more amenable to "diffing" than source files. Superficial changes should disappear after the compiler's extracted the core functionality. Potential applications:...