Re: [Factor-talk] furnace

2013-03-05 Thread Leonard P
Maybe something for amazon web store, like this ... http://docs.factorcode.org:8080/content/article-s3.html -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite fo

[Factor-talk] How to delete files in a subdirectory ?

2013-03-05 Thread Georg Simon
New to Factor I have to ask. How to delete files in a subdirectory ? - Georg -- FactorProgrammierung.isthier.de Factor-Programmierung.isthier.de -- Everyone hates slow websites. So do we. Make your web apps faster wit

[Factor-talk] How to delete files in a subdirectory ?

2013-03-05 Thread Georg Simon
Now I found the io.directories vocabulary Thank you - Georg -- FactorProgrammierung.isthier.de Factor-Programmierung.isthier.de -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Dow

Re: [Factor-talk] YAML

2013-03-05 Thread John Benediktsson
That would be a great thing to have in core. I like FFI wrappers as quick ways to get new features -- be interesting to compare it with a native parser (EBNF?) sometime. Best, John. On Sat, Mar 2, 2013 at 7:54 AM, Jon Harper wrote: > Hi list, > > There have been discussions about using YAML r

[Factor-talk] UNIX signal #8 (SIGFPE) when using iota

2013-03-05 Thread Loryn Jenkins
Hi I've got a bunch of very similar words, several of which work, and some fail. Each failure throws a UNIX signal #8 (SIGFPE). I'm struggling to see the difference between the words that work, and those that fail. Code is on the paste bin: http://paste.factorcode.org/paste?id=2863 -

Re: [Factor-talk] UNIX signal #8 (SIGFPE) when using iota

2013-03-05 Thread Doug Coleman
You are dividing by zero. 100 0 mod -> SIGFPE On Tue, Mar 5, 2013 at 11:31 AM, Loryn Jenkins wrote: > Hi > > I've got a bunch of very similar words, several of which work, and some > fail. Each failure throws a UNIX signal #8 (SIGFPE). > > I'm struggling to see the difference between the words