[Factor-talk] Illegal instruction

2012-08-22 Thread Marmaduke Woodman
Hi I have tried both 32-bit and 64-bit versions of the stable and development releases on Mac 10.6.8. On executing ./factor, I have immediately Illegal instruction. Have I missed something? On Linux or Win, there's no problem.. thanks, Marmaduke

Re: [Factor-talk] Illegal instruction

2012-08-22 Thread John Benediktsson
I'm sorry to hear that, unfortunately it looks like the Mac OS X binaries unintentionally require 10.8 or greater, due to an upgrade of our build farm. If you want to use it on 10.6 or 10.7 before we make a fix, you can build from source: git clone https://github.com/slavapestov/factor.git

[Factor-talk] Is there a Factor.js ?

2012-08-22 Thread H.C. Chen
I tried to find factor.js for a while, nothing found so far. What in my mind is the Processing programming language established on JavaScript. Include Processing.js into your .html turns it into processing aware. script src=processing-1.3.6.js /script Refer to

Re: [Factor-talk] Is there a Factor.js ?

2012-08-22 Thread John Benediktsson
There is a Factor Playground implemented in Javascript: http://personal.inet.fi/koti/egaga/jsfactor/playground.html It does not work with Factor's extensive library, however. Its not worth getting into a philosophical discussion about Javascript, but I would note that Factor is portable

Re: [Factor-talk] Is there a Factor.js ?

2012-08-22 Thread Chris Double
There also was fjsc. Not sure if it still works but the source is in the repository somewhere: http://www.bluishcoder.co.nz/2006/12/cross-domain-json-with-fjsc.html http://www.bluishcoder.co.nz/2006/12/continuations-added-to-fjsc.html