Re: [Factor-talk] Compiling Factor on Linux

2008-04-03 Thread Stefan Scholl
Stefan Scholl <[EMAIL PROTECTED]> wrote: > I can't test andLinx at the moment. No Windows after work. :-) Linux andLinux 2.6.12-co-0.7.1 #1 Sat Jul 14 12:13:49 UTC 2007 i686 GNU/Linux Compiles and listener starts without error. UI has the same problem like on my old Gentoo system. Very short flic

Re: [Factor-talk] cleave, 2cleave, and spread

2008-04-03 Thread Slava Pestov
I'm not subscribed to the concatenative group so feel free to forward the email or link them to the list archives. Slava On Apr 3, 2008, at 3:23 PM, William Tanksley, Jr wrote: > Slava Pestov <[EMAIL PROTECTED]> wrote: >> Yesterday I discovered that using these three words together with >> 'ca

Re: [Factor-talk] cleave, 2cleave, and spread

2008-04-03 Thread William Tanksley, Jr
Slava Pestov <[EMAIL PROTECTED]> wrote: > Yesterday I discovered that using these three words together with > 'call', any stack shuffle can be expressed. May I, or would you like to, forward this to the Concatenative group? It seems like a very useful result, as well as being theoretically inte

Re: [Factor-talk] Compiling Factor on Linux

2008-04-03 Thread Stefan Scholl
Stefan Scholl <[EMAIL PROTECTED]> wrote: > | : ( -- port/f ) > | H{ } clone > | inotify_init [ io-error ] [ inotify ] bi > | { set-inotify-watches set-delegate } inotify construct ; Now: | : ( -- port/f ) | H{ } clone | inotify_init dup 0 < [ 2drop f ] [ | inotify

Re: [Factor-talk] Finding words ...

2008-04-03 Thread Chris Double
On Fri, Apr 4, 2008 at 12:37 AM, Stefan Scholl <[EMAIL PROTECTED]> wrote: > ... is easy when the name of the vocabulary is reasonable enough. You probably already know this, but for those that don't, if you run the word 'load-everything', Factor will load all vocab libraries. This takes an age, bu

[Factor-talk] Finding words ...

2008-04-03 Thread Stefan Scholl
... is easy when the name of the vocabulary is reasonable enough. I needed a way to emit a hexdigest from a SHA256 checksum. About 5 minutes on the Python site. The same time for Factor. An embarrassing long time (I don't tell!) for C#, with writing the hexdigest code myself at the end ... Pyt

Re: [Factor-talk] Compiling Factor on Linux

2008-04-03 Thread Stefan Scholl
Stefan Scholl <[EMAIL PROTECTED]> wrote: > [ io.backend:init-io system:embedded? [ io.backend:init-stdio ] kernel:unless > ] > 0 > b31a076b > b0e0dcb0 > init-io/linux-io > f > b30d485b > b120f6b0 > io.unix.linux:init-inotify > f > b30ce9f3 > b1210110 > io.unix.linux: > f > b30d1dcb > b120d2d0 > io