What I *hope* I'm doing is basically this: jt = JInit() JSM(jt, callbacks) JDo(jt, "i. 3 3")
I'm expecting this to kick off my output callback and print the result of 'i. 3 3' but I don't think it's getting that far. I *think* JDo is segfaulting because I have something in the ABI set up wrong, but I can't tell. Is there a version of j.dll with debug symbols maybe? All I get is a wall of assembly when I try to debug. On Mon, Dec 6, 2021 at 8:22 PM bill lam <[email protected]> wrote: > I don't know rust at all. What exactly do you expect and how it failed? > > On Tue, 7 Dec 2021 at 9:10 AM Michal Wallace <[email protected]> > wrote: > > > ... It was not a successfu attempt. :) > > > > https://github.com/tangentstorm/jlang-rs/blob/main/src/lib.rs > > > > The basic plumbing seems to work unless I actually call JDo() on line 75 > > here. > > Any rust fans out there who might be able to help me figure this out? > > > > -Michal > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
