[Chicken-users] Chicken module and application project source structure

2019-09-23 Thread David Christensen
chicken-users: For a noob first project, I would like to write a command-line utility in Chicken Scheme: Usage: update [options] [src] dst Copy file src to file dst if contents are different. Read STDIN if src is '-' or if src is omitted. Options: --create Create dst if it

Re: [Chicken-users] Debian 9 amd64 chicken-bin 4.11.0-1 cannot import from undefined module process-context

2019-09-18 Thread David Christensen
On 9/17/19 10:46 PM, Mario Domenech Goulart wrote: $ wgethttp://code.call-cc.org/releases/5.1.0/chicken-5.1.0.tar.gz $ tar xzvf chicken-5.1.0.tar.gz $ cd chicken-5.1.0 $ make PLATFORM=linux PREFIX=$HOME/local/chicken-5.1.0 install $ export PATH=$PATH:$HOME/local/chicken-5.1.0/bin On

Re: [Chicken-users] Debian 9 amd64 chicken-bin 4.11.0-1 cannot import from undefined module process-context

2019-09-18 Thread David Christensen
On 9/17/19 10:36 PM, Vasilij Schneidermann wrote: Hey David, You're using version 4 of the compiler, but version 5 of the documentation. You can tell the latter by looking for the number in the URL. Thanks for the tip. Taking a stab in the dark:

[Chicken-users] Debian 9 amd64 chicken-bin 4.11.0-1 cannot import from undefined module process-context

2019-09-17 Thread David Christensen
chicken-users: I am Chicken noob with (e-mail addresses redacted): 2019-09-17 22:06:21 root@tinkywinky ~ # cat /etc/debian_version 9.11 2019-09-17 22:10:03 root@tinkywinky ~ # uname -a Linux tinkywinky 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3 (2019-09-02) x86_64 GNU/Linux 2019-09-17 22:15:35