[Chicken-users] problem upgrading to chicken 5.1.0: srfi-1.types': No such file or directory

2019-07-10 Thread Marco Maggi
Ciao, I am trying to upgrade from CHICKEN 5.0 to 5.1. Core's installation was fine; but now some eggs installations fail. For example: $ (umask 0 ; chicken-install coops -sudo) does some work and fails with: building srfi-1 /opt/chicken/5.1.0/bin/csc -host -D compiling-extension -J

Re: [Chicken-users] Port of racket/math to Chicken egg

2019-07-10 Thread kooda
Diego wrote: > I'd like to add this to the egg repository, as long as it's ok that it's > technically not 'complete' at this point. I'm also wondering wether a more > descriptive name than simply 'math' would be better (e.g. racket-math?) so as > to avoid ambiguity or confusion. Done! Thanks