Re: [Chicken-users] This may be a bug in chickens hash tables - or my bad

2015-12-17 Thread Kristian Lein-Mathisen
I may be completely misunderstanding something here, but don't you have to use equal? and not eq? for record structures? K. On Wed, Dec 16, 2015 at 10:09 PM, Jörg F. Wittenberger < joerg.wittenber...@softeyes.net> wrote: > Ah, great to learn. > > a) You are right: Per SRFI-69 it is actually

Re: [Chicken-users] This may be a bug in chickens hash tables - or my bad

2015-12-17 Thread Jörg F . Wittenberger
Am 17.12.2015 um 11:08 schrieb Kristian Lein-Mathisen: > I may be completely misunderstanding something here, but don't you have to > use equal? and not eq? for record structures? AFAIK eq? should hold true when the two objects are the same. Equal? will compare all the slots. (The latter is not

[Chicken-users] New egg: hopefully

2015-12-17 Thread Jörg F . Wittenberger
Hi, I just released the "hopefully" egg: Composable transactional memory. API inspired by Clojure's ref's and STMX. Currently only some record types may be used with hopefully. Further versions should add other mutable types. I'd love to get feedback on the API.

[Chicken-users] Play with CHICKEN, Crepes-PHYS is out!

2015-12-17 Thread Kooda
Hi fellow schemers! Crepes-party-hard-yolo-swag 2015 is now out! You can check it out at http://kooda.itch.io/cphys2015 It’s a tiny game made in a few weeks using CHICKEN. The main purpose of this project was to teach someone Lisp as well as teaching me how to deploy CHICKEN projects on

Re: [Chicken-users] Play with CHICKEN, Crepes-PHYS is out!

2015-12-17 Thread Arthur Maciel
Congrats, Kooda! Really nice! :) On Thu, Dec 17, 2015 at 9:16 AM, Kooda wrote: > Hi fellow schemers! > > Crepes-party-hard-yolo-swag 2015 is now out! > > You can check it out at http://kooda.itch.io/cphys2015 > > It’s a tiny game made in a few weeks using CHICKEN. > > The