chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] chibi-generic egg


From: Diego
Subject: [Chicken-users] chibi-generic egg
Date: Tue, 12 Mar 2019 17:20:48 +0000

I've wrapped chibi's generic function interface:

http://synthcode.com/scheme/chibi/lib/chibi/generic.html

in a Chicken 5 egg here:

https://github.com/dieggsy/chibi-generic

I like that it's quite simple and intuitive to use - instead of named 'types', 
you use predicates to specify argument types.

Note that I had to change identifer? to symbol?, the consequences of which I'm 
still not entirely sure, and I had to change one test due to differences in how 
append works.

- Diego





reply via email to

[Prev in Thread] Current Thread [Next in Thread]