Bakul Shah

Results 32 comments of Bakul Shah

Thanks. Yes, `chibi-scheme -q` works but still, things are broken. For instance `mk test` fails. Another example: `(expt 2 32)` returns 0. This is with $objtype = amd64. [edit: not...

If plugin support works for linux, it should not be difficult to add support for *BSD as they all use the gcc or clang....

I think plan9 promotion rules are older K&R C rules while Ansi C made a "quiet change" in 1990. But this was a long time ago and I don't recall...

See https://github.com/kevinlawler/kona/issues/615#issuecomment-1119669496 You can try running each k under strace (on linux) with a much smaller list.

You need to create a new null object with an embedded error string, not change the standard _n.

Why does standard _n have r->n > 0? Nothing special needed for refcounting a returned error or _n. The refcount is in r->_c. In k3, for a symbol value, r->n...

On Wed, 18 Dec 2013 09:56:00 PST Kevin Lawler [email protected] wrote: > ``` > In k3.2: > b:32 > There is no display of the value of b in k3.2....

On Wed, 18 Dec 2013 10:17:41 PST Kevin Lawler [email protected] wrote: > ``` > In a fresh session of k3.2, executing the sentence {x}2 > does not add x to...

On Thu, 19 Dec 2013 13:11:41 PST Kevin Lawler [email protected] wrote: > Pasting some of the older material: > > ``` > it's k3 that's inconsistent: > > b >...

On Mon, 18 Apr 2016 13:29:40 PDT Tom Szczesny [email protected] wrote: > See page 173 of kref > In k2.8 and k3.2 > > ``` > SQRT:{:[ ~ x <...