Re: [capnproto] Common Lisp implementation

2023-07-10 Thread 'Kenton Varda' via Cap'n Proto
Cool! Let me know if you have any questions or anything doesn't make sense. -Kenton On Mon, Jul 10, 2023 at 11:02 AM Wojciech Gac wrote: > Hi there, > > I'm about to attempt a Common Lisp implementation of Cap'n Proto. I was > planning to start with serialization and then, provided it goes

[capnproto] Common Lisp implementation

2023-07-10 Thread Wojciech Gac
Hi there, I'm about to attempt a Common Lisp implementation of Cap'n Proto. I was planning to start with serialization and then, provided it goes well, move on to RPC. My idea is to first gain a deeper understanding of the schema language by thoroughly reading the docs and then start hacking,