IRC channel logs

2025-03-21.log

back to list of logs

<binarydigitz01>Hey for goblin hoot, can we use rng using seed->random or do we have to use javascript functions and ffi?
<dthompson>binarydigitz01: we don't have a PRNG yet so yeah either use the ffi or write your own in scheme
<binarydigitz01>ah I see thanks! Also I asked this before but i logged out unfortunately, but since (hoot ffi) can't be loaded by the repl is there a good way i could use geiser?
<dthompson>there's no way to use geiser at all right now
<binarydigitz01>oh okay thanks regardless
<dthompson>we recently got the syntax expander into main, and we have eval, but there's nothing resembling the guile repl users would be used to
<dthompson>so we need to build that, and then add a geiser backend