Chris Hanson

Results 19 comments of Chris Hanson

Just as Apple shipped (and documented!) the MouseGraphics ToolKit, they also shipped the MouseText ToolKit, with many of the same APIs so it was straightforward to port from MouseText to...

On Ubuntu 16.04, I had to manually create `src/config.h.in` in order to build, even after running `aclocal`, `autoconf`, and `automake --add-missing`.

I think getting the M680x0 changes atop the main LLVM monorepo will help a lot with momentum, because it’ll make it much easier to track LLVM. I was surprised to...

Just FYI, LLVM just branched for 10.0 and LLVM master is targeting 11.0 now. That means there’s a `release/10.x` that could be rebased atop without being such a moving target...

The Symbolics 3600 and Ivory actually clamped instructions to half their word width (so 18 and 20 bits respectively) and had two instruction widths: They used a couple 2-bit instructions...

Yeah, people hear “nEXT Browser is written in Lisp” and assume that it’s actually written in Lisp, not just a Lisp wrapper for WebKit.

Pretty sure you addressed this. :)

Unfortunately I can’t directly help due to my employment, I try to compensate for that by offering as much detail as I can. Sorry. :(

Renaming the `.s` files to `.sm4` and using a rule to transform them would probably be best all around; Xcode and other environments will generally assume a `.s` file is...

What about just using CFFI? Or would that be insufficient?