IRC channel logs

2023-06-07.log

back to list of logs

<fr33domlover>I'm considering to implement CapTP in Haskell for his actor system... a distraction from the ActivityPub-based funded project I have, but, that's where my passion/energy is, when can I do...
<fr33domlover>Do you see a possibility that the same CapTP can work for both dynamically typed situations (like Scheme) and statically / more strictly typed (like Haskell)?
<isd>fr33domlover: for Haskell I'd imagine you'd end up mapping things to the underlying wire types in much the same way you tend to deal with e.g. JSON.
<isd>...and there are a couple implementations of capnp in dynamically typed languages, so that direction is well trodden ground as well.