IRC channel logs
2023-10-16.log
back to list of logs
<ekaitz>dthompson: so... i should use it for the jam? <cwebber>ekaitz: you definitely can... though it might be more challenging than we might like before the FFI inclusion :) <cwebber>but I wouldn't mind seeing what you could come up with using Hoot ;) <dthompson>ekaitz: you could scrape by using it for the jam. my recommendation: scheme does all game logic, javascript does the rendering. for a game without a ton of objects in it, should work okay. <dthompson>as cwebber noted there's no ffi yet. once we have that it will be possible to do a lot more. <ekaitz>it might be ok with js for the rendering <dthompson>calling scheme from js will be a lot cheaper than calling js from scheme.