Helmut Eller

Results 6 comments of Helmut Eller

> I just pushed a couple of commits that incorporate your fixes with a slightly different factoring. Yes, this is nicer. > Let me know if it works for you....

> I committed the fix as b02ea8c Thanks! > Just FYI, a lot of the code in cforth is derived from another of my Forth systems, which is present as...

Just in case you care about order.fth. This example causes an error: ``` C Forth Copyright (c) 2008 FirmWorks ok fload ../../src/cforth/order.fth ok wordlist set-current ok : foo ; Address...

It would be nice if you could add a column with pronunciation.

> Does this work if you write a my_update() function which explicitly calls RealArray.update, and give that to the functor? If so, that bolsters my suspicion of a boxing bug....

Since version 28, Emacs exposes a `make_unibyte_string` function. Unibyte strings are roughly arrays of bytes and would correspond well to `Vec` or perhaps better to `&mut [u8]`. Could you add...