On 01/16/2015 04:46 AM, Marc Hanisch wrote:
> Hell list,
>
> I've discovered Factor some days ago and am really impressed! On the 
> search for more information I couldn't believe that there is no 
> community / forum / whatever - except this mailinglist - where users 
> can exchange. So I've created a Google+ community for the Factor 
> programming language. I don't include a link here, please search for 
> "Factor Language" in Google+ and you will find it. I would be glad if 
> some users join.
>
> I have also a first question:
>
> I'm trying to create a word which recursive loops over all files in a 
> directory and sums the filesizes. I entered the following steps into 
> the listener:
Try ...

home [ [ link-info size>> ] map ] with-directory-files sum

This should work only with a flat list of files in a directory, though, 
methinks.

  - mrw



------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to