Problem with read-from-string
- From: proton <leosarasua@xxxxxxxxx>
- Date: Mon, 6 Aug 2012 23:59:06 -0700 (PDT)
If I understand the CLHS correctly, read-from-string accepts a start keyword which should mark the beginning of the read process.
However, if I do:
(read-from-string "1234" :start 2)
I get 1234. I would expect to get 34.
How can I read the string from any given character (withouth having to use subseq, which creates unnecesary objects)?
Thanks for any help.
.
- Follow-Ups:
- Re: Problem with read-from-string
- From: Elias Mårtenson
- Re: Problem with read-from-string
- From: serge de marre
- Re: Problem with read-from-string
- Prev by Date: Re: Ways to improve my understanding of CLisp and AI
- Next by Date: Re: Problem with read-from-string
- Previous by thread: Ways to improve my understanding of CLisp and AI
- Next by thread: Re: Problem with read-from-string
- Index(es):
Relevant Pages
|