Re: [Factor-talk] playing sounds

2009-04-17 Thread Diego Martinelli
Hi Alex, Your code caches the table in a variable, but you haven't set a scope on the variable (using with-scope or with-variable etc.). Maybe it should be a global since it's constant, or better yet, if you can enter a literal biassoc instead of using biassoc then it will be constructed at

Re: [Factor-talk] The great Computer language shooutout

2009-04-17 Thread Slava Pestov
On Fri, Apr 17, 2009 at 4:38 AM, Johann Höchtl johann.hoec...@myrealbox.com wrote: Hi, well the title says pretty much everything. I follow Factor since 1 1/2 year and still excited about he features and development progress. Great. However, I have years of experience as a developer in

Re: [Factor-talk] The great Computer language shooutout

2009-04-17 Thread Adam
Johann, Expanding on what Slava said, you could download the shootout benchmarks of the languages you are interested in comparing and then in the Factor listener run: benchmark run ...to compare. -Adam On Fri, Apr 17, 2009 at 1:11 PM, Slava Pestov sl...@factorcode.org wrote: On Fri, Apr 17,

[Factor-talk] fuel.eval

2009-04-17 Thread Slava Pestov
Hi Jose, Can you clean up fuel.eval a bit? It should not be constructing IN:/USING: strings and passing them to the parser. Instead, set the 'in' and 'use' variables appropriately. Also your 'fuel-static-stack' looks redundant, since you can just do [ ... in set ... use set blah ]

[Factor-talk] Error starting factor GUI on Arch Linux

2009-04-17 Thread Chris Double
I have an error starting the Factor GUI on Arch since updating the latest code: $ ./factor X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 1 (X_CreateWindow) Serial number of failed request: 30 Current serial number in output stream: 31