2022-01-18 12:13:30 eli_oat: you could use `capture-output` from http://retroforth.org/examples/capture-output.retro.html to get a string that you can `file:spew` 2022-01-18 12:18:34 eli_oat: you could use `capture-output` from http://retroforth.org/examples/capture-output.retro.html to get a string that you can `file:spew` 2022-01-18 12:18:42 or perhaps something like: http://forth.works/share/d9c5a8e5e53f6e968d1e1fb5198ec843 2022-01-18 12:18:49 oh wicked! 2022-01-18 12:18:51 thanks so much crc 2022-01-18 15:15:33 crc, I saw in the most recent patreon post about the ios submission issues -- I'm not an iOS dev., but I manage a fleet of white labeled apps, so am weirdly expert in submitting apps to apple and navigating their Byzantine ways, if you'd like someone to ask questions of, or bounce ideas off of 2022-01-18 17:44:39 crc: do you have a minute? 2022-01-18 17:44:57 yes 2022-01-18 17:51:54 I’ll be up for at least another hour, maybe a little longer 2022-01-18 18:22:32 in vm/nga-c/repl.c, the defines for IMAGE_SIZE, ADDRESSES, and STACK_DEPTH are not surrounded by ifdefs, causing compiler warnings during a custom build. 2022-01-18 18:23:04 is this an intentional override of defined passed directly to the compiler? 2022-01-18 18:23:34 right now, it throws compiler warnings because of it, and i don't like those. 2022-01-18 18:31:02 No, I'll correct that in the morning 2022-01-18 18:31:59 :) 2022-01-18 18:32:27 thanks for all the work you've done. really amazing stuff. 2022-01-18 18:32:46 thanks for letting me know; I dislike compiler warnings 2022-01-18 18:33:39 not a problem. 2022-01-18 19:27:23 ACTION is heading to bed; goodnight