6 ms·
The verify phase was just defining an inline function but not running it. However, I just noticed that a program with carefully placed braces could jump out of
by substack 14y ago
The verify phase was just defining an inline function but not running it. However, I just noticed that a program with carefully placed braces could jump out of the function box and actually run. I replaced the checker with just Function(src) which shouldn't have that problem and is much faster.
- mappum 14y agoOh, right, it didn't execute it. I need more caffeine (except not really, it's 2:30).