Martin_H wrote:
@Dr Jefyll, I thought at the circuit level there were only binary adders, and subtraction with borrow required inverters for one of the inputs.
-- Jeff
Code: Select all
299 seconds - text based interpreter that scans the source.
222 seconds - direct threaded code interpreter similar to many Forth implementations.
148 seconds - subroutine threaded code for the win!
Code: Select all
[('+', 193), ('>', 131), ('<', 103), ('-', 91), ('[', 65), (']', 65), ('\n', 26), ('.', 19), (',', 0)]