chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Unit ports documentation needs an example or two for


From: Matt Welland
Subject: Re: [Chicken-users] Unit ports documentation needs an example or two for non-gods
Date: Wed, 23 May 2012 20:02:09 -0700

Thanks Kevin and Daniel, great hints. Much appreciated.

On Wed, May 23, 2012 at 7:48 AM, Kevin Wortman <address@hidden> wrote:
You can do that with

(call-with-input-file PATH read-lines)

or

(read-lines "my-file.txt")

The latter comes from this page
http://wiki.call-cc.org/chicken-for-python-programmers
which documents a few down-and-dirty idioms.

Kevin


reply via email to

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