Re: [Factor-talk] Too ambitious a project for a newbie?

2019-05-20 Thread Peter Nagy
Hi John, ... since when? Either I was blind mixed things up somehow. Apologies for the FUD. Are all the vocabs available too? Looking forward to the multi vm. What will the IPC be like? -- Peter Nagy - To reach a goal one has to enjoy the journey On May 20, 2019 8:53:42 PM UTC, John

Re: [Factor-talk] Too ambitious a project for a newbie?

2019-05-20 Thread John Benediktsson
Why are you limited to 32 bits? Factor provides 64-bit binaries? We do have some limitations to a single OS thread, although similar to how Python is doing a "sub interpreter" in their next version we have a multi-VM feature that was half completed, and could use some finishing touches. Best,

Re: [Factor-talk] Too ambitious a project for a newbie?

2019-05-20 Thread Peter Nagy
Foreign function interface. Most usually used to call C functions from another language (hence foreign). I second emacs though, at least for prototyping. Re factor - I enjoy it too. What frustrates me is 32bits and single thread (os). Any plans to upgrade these in the *near* future? -- Peter