Eric Jiang

Results 17 issues of Eric Jiang

I'm running Chromium 10.0.608.0 on RHEL5, and the special function `print` opens up the browser's print dialog. Since `display` and other functions in jscreme use `print`, functions such as `(display...

The last pull request got lost by GitHub's meltdown, but it may reappear... I'm concerned about how development_loader.js looks for its own tag by recursively traversing the DOM. Notably, this...

In BiwaScheme, (eq? "hi" "hi") => #t but should be #f, since strings should be heap-allocated objects in usual Schemes. This can be solved by making a BiwaScheme String object...

multiple values: values and call-with-values T_T Branch multiple-values contains the current state of affairs.

Currently, FoxScheme is using BiwaScheme's parser. It needs its own parser. Right now, peg.js looks like a viable tool to generate the parser with.

FoxScheme doesn't have a printer to convert a Scheme value into a text string. Hopefully this will be implemented by 2025.

Seems to not work on my Stamps.com scale but could work on others.