On Mon, Dec 20, 2010 at 3:55 PM, Laurent PETIT wrote:
>
>
> 2010/12/20 Ken Wesson
>>
>> On Mon, Dec 20, 2010 at 10:27 AM, uap12
>> wrote:
>> > Tanks very mutch for the help.
>> > /Anders
>>
>> Of course (apply str ...) will suck the whole file into ram all at
>
> slurp will suffice to suck every
2010/12/20 Ken Wesson
> On Mon, Dec 20, 2010 at 10:27 AM, uap12
> wrote:
> > Tanks very mutch for the help.
> > /Anders
>
> Of course (apply str ...) will suck the whole file into ram all at
>
slurp will suffice to suck everything into memory
> once, eagerly. If it's a multi-gigabyte file exp
On Mon, Dec 20, 2010 at 10:27 AM, uap12 wrote:
> Tanks very mutch for the help.
> /Anders
Of course (apply str ...) will suck the whole file into ram all at
once, eagerly. If it's a multi-gigabyte file expect OOME. It would be
nice if there was a variation on re support that worked on arbitrary
s
Tanks very mutch for the help.
/Anders
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscri
2010/12/20 uap12
> Hi,
> I just started a hobby project, it download a webbpage, and extract number
> data witch exits between Start rad: --and --
> Example
> Start rad:01 20 20 52 32 85 89
>
> Everything works fine exept -main witch gives a error i don't understand.
> Becurse i try to learn
Hi,
I just started a hobby project, it download a webbpage, and extract number
data witch exits between Start rad: --and --
Example
Start rad:01 20 20 52 32 85 89
Everything works fine exept -main witch gives a error i don't understand.
Becurse i try to learn Clojure, i like to now what's wro