Re: [Chicken-users] GraphQL libraries coming soon

2019-07-25 Thread Lassi Kortela
On 25.07.2019 10.36, Mark Janssen wrote: I am currently working on a GraphQL PoC at work. The chicken deployment story combined with GraphQL suppport would be very nice. Great, welcome aboard! It's always exciting to get things done faster. 1. Think about N+1 early, most real life projects

Re: [Chicken-users] GraphQL libraries coming soon

2019-07-25 Thread Mark Janssen
On Wed, Jul 24, 2019, at 17:54, Lassi Kortela wrote: > We're exploring making a GraphQL API for the Schemedoc project > > > In case anyone wants to advise or to test this early for your own > project, let me know. > I am currently working on a GraphQL PoC at work. The chicken deployment

Re: [Chicken-users] retrieving a structure's symbol name

2019-07-25 Thread Peter Bex
On Thu, Jul 25, 2019 at 07:36:04AM +0200, Marco Maggi wrote: > I am writing a library that mimics R6RS records. Every R6RS record-type > can be associated to a unique identifier (UID), which is a symbol. > Defining the same record-type in multiple modules is fine, under the > correct