Re: [Factor-talk] Time for some Tutorials

2012-09-03 Thread Market 0ne-Source.com
; To: factor-talk@lists.sourceforge.net > Subject: Re: [Factor-talk] Time for some Tutorials > > > On Tue, Aug 21, 2012 at 9:27 PM, Market 0ne-Source.com > wrote: > > Thanks, > > > > I did just that, that's when the compiler error popped up. Can > the is

[Factor-talk] Ubuntu "out of memory" error

2012-09-03 Thread Market 0ne-Source.com
I launch .95 onto a USB Ubuntu non persistent session. I launch Factor from Terminal. It seems to start loading and show up in Task manager. I get an "out of memory" error, nursery start = 0 end = 0 size = 0. I have 35 % memory used out of one meg (eeePC). Any suggestion ? Thanks, Arb ---

Re: [Factor-talk] Time for some Tutorials

2012-08-21 Thread Market 0ne-Source.com
Thanks, I did just that, that's when the compiler error popped up. Can the issue be over the version of the DLL ? Best, Arb I wanted to get a feel on raytrace : "gpu.demos.raytrace" This is the info I'd like to add 1) dependency OpenAL32.dll 2) proper way to load C library

Re: [Factor-talk] Time for some Tutorials

2012-08-21 Thread Market 0ne-Source.com
Hi, I'd like to contribute documenting Factor. I come from a procedural programming style, that should be a plus ! One efficient way to go at it would be to update documentation with information pointed to by questions or misundertandings from people learning Factor or a specific library. One o

[Factor-talk] cannot add new word to factor file

2012-08-15 Thread Market 0ne-Source.com
Hi, Going through palindrome sample on Windows XP "resource:work" "palindrome" scaffold-vocab palindrome directory created palindrome.factor created, edited New word palindrome created and tested but palindrome.factor does not add definition at file end Any suggestion ? Thanks

Re: [Factor-talk] New Factor Explorator

2012-06-06 Thread Market 0ne-Source.com
tart Factor: > USE: tools.scaffold scaffold-factor-rc > > Doug > > On Tue, Jun 5, 2012 at 9:54 PM, Market 0ne-Source.com > wrote: > > Hi Doug, > > > > Thanks for quick reply. > > > > Another detail I couldn't figure out from the documentatio

Re: [Factor-talk] New Factor Explorator

2012-06-05 Thread Market 0ne-Source.com
hough) I can get by. Thanks, Arb > > > Try something like this: > > "tetris" run > > Here's the canonical tutorial: > > http://docs.factorcode.org/content/article-first-program.html > > Have fun, > Doug > > On Tue, Jun 5, 2012 at 5:25 PM,

[Factor-talk] New Factor Explorator

2012-06-05 Thread Market 0ne-Source.com
Hi to all, I have been looking for a concatenative, stack-based language including a comprehensive library. I enjoy the comprehensive factor documentation, however I am unable to figure out how to run a sample programs. I have tried all sorts of things #! C:/ProgramFiles/factor/extra/benchmark