Sean

Results 26 issues of Sean

If the user forgets to `sink_scr_addpath`, then the error message is just "Failed to read file" with no activity (no calls to `fstype` or `fsread`). This is a bad user...

Should be able to write code like: ``` if isnative drawcircle drawcircle 100, 100, 20 end ``` Not exactly sure how this should work syntactically though. If `isnative foo` is...

The C implementation of strings is pretty dumb and straight forward (and slow). We should probably implement a form of rope under the hood. Notice that node.js's v8 already does...

enhancement

I've been stuck thinking about closures (see #51), and eventually rejected them. It dawned on me that I could support exporting functions to the host environment *without* using closures, which...

idea

The following test ROM will display blinking red on real hardware, but fails in mGBA 0.9.3 (for OSX). The idea here is to execute the timer0 IRQ every 172032 cycles....