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: Kevin Wortman
Subject: Re: [Chicken-users] Unit ports documentation needs an example or two for non-gods
Date: Wed, 23 May 2012 07:48:30 -0700

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]