[Chicken-users] error configuring readline history for .csirc as per documentation

2015-11-29 Thread Joe Python
The link ( http://wiki.call-cc.org/man/3/Using%20the%20interpreter#history-access) mentions the following procedure for using history with csi. (use readline regex) (current-input-port (make-gnu-readline-port)) (gnu-history-install-file-manager (string-append (or (getenv "HOME") ".")

Re: [Chicken-users] Hello! I'm new and need some pointers please ~

2015-11-29 Thread Andy Bennett
Hi Federico! > Hello there! I'm Federico, a.k.a gosukiwi. > > I'm a wen developer (JS, Ruby, PHP, etc) wanting to learn > Scheme/Lisp/functional programming. My first lisp dialect is CHICKEN. Welcome! > I decided to make a simple project using Scheme so I can get the hang of > it. I didn't

Re: [Chicken-users] Hello! I'm new and need some pointers please ~

2015-11-29 Thread Kristian Lein-Mathisen
Hi Federico and welcome to the CHICKEN community! I've just got a small note on your build setup. Most CHICKEN projects use a .setup-file and then build with chicken-install. There should be a thousand examples of setup-files (here's