[Chicken-users] Returning JSON in Awful

2018-09-25 Thread David Ireland
Hi, I've started using Awful 1.0 and having trouble returning a JSON string. The inverted commas are being replaced by For example, using the code below returns {a : 1 } Should this be normal behavior when returning JSON strings? Thanks. David (use awful) (enable-sxml #t) (define my-json

[Chicken-users] Request for a small Chicken library in C

2018-09-25 Thread John Cowan
I haven't written any C code for Chicken since version 3 days, and to save me some time re-learning., I'd like to see if anyone's willing to write some for me. What I need is an implementation of the four native IEEE procedures (single and double ref and set) in the R6RS bytevectors library,