#codeinc — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #codeinc, aggregated by home.social.
-
for the first time in a year i felt like i had the energy/brains to do some actual programming, so I attacked my swi-presenting fork of RISC OS Xlisp.
(swi... ) now acccepts int, char, and string parameters.
i am calling swis that take/return arbitrary sized buffers a seperate problem because theres currently no way to allocate arbitrary sized blocks from xlisp.
and return values from the swi is also for later thought.
-
Porting code to RISC OS. So, dispite it living in unixlib (a, you know, unix compatibility library), the readdir() that is included in the DDE is completely different from unix readdir(3).
For what I needed the RISC OS readdir() is actually simpler to use, so thats ok.