Re: [Chicken-users] Unix Scripting in Chicken

2013-10-12 Thread Kristian Lein-Mathisen
The wiki has a section on scripts at
http://wiki.call-cc.org/writing%20portable%20scripts which may come in
handy.

You could also have a look under writing scheme scripts on
http://wiki.call-cc.org/man/4/Using%20the%20interpreter .
However, I could not get the arguments to CSI on the shebang-line to work
on my system.

And like Matt said, people would probably be keen to have a look at the
specific problem that you're trying to solve!

K.
 On Oct 12, 2013 6:49 AM, Evan Hanson ev...@foldling.org wrote:

 Hi Danny,

 SCSH was made for just this, and Peter has ported much of it to
 CHICKEN -- have a look at the scsh-process egg:

 http://wiki.call-cc.org/eggref/4/scsh-process

 Evan

 ___
 Chicken-users mailing list
 Chicken-users@nongnu.org
 https://lists.nongnu.org/mailman/listinfo/chicken-users

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Unix Scripting in Chicken

2013-10-12 Thread John Cowan
Kristian Lein-Mathisen scripsit:

 You could also have a look under writing scheme scripts on
 http://wiki.call-cc.org/man/4/Using%20the%20interpreter .  However,
 I could not get the arguments to CSI on the shebang-line to work on
 my system.

It is not portable to provide more than one argument on the shebang line.
That is why the -s and -ss options are provided.

-- 
Newbies always ask: John Cowan
  Elements or attributes?  http://www.ccil.org/~cowan
Which will serve me best?  co...@ccil.org
  Those who know roar like lions;
  Wise hackers smile like tigers.   --a tanka, or extended haiku

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users