[Factor-talk] newbie stuff

2010-12-28 Thread Marcin Krol
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello everyone, I have to say I find Factor to be intriguing at the very least, having long programmed in Python. But I have a few problems and suggestions: 1. is there some way to make Listener forget the code it just compiled? When I do smth like

Re: [Factor-talk] newbie stuff

2010-12-28 Thread Samuel Tardieu
2010/12/28 Marcin Krol mrk...@gmail.com 1. is there some way to make Listener forget the code it just compiled? When I do smth like prog run it always runs the last compiled version, even if I just changed the source code file underneath. You can use refresh-all to have Factor

Re: [Factor-talk] newbie stuff

2010-12-28 Thread Marcin Krol
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks Samuel! It works. Now, if someone could explain to me why silly benchmark stopped working, I'd be grateful. I kind of need this. I have a small project on the side to write, and if Factor offers decent/tolerable performance, it would be fun

Re: [Factor-talk] newbie stuff

2010-12-28 Thread Samuel Tardieu
2010/12/28 Marcin Krol mrk...@gmail.com Now, if someone could explain to me why silly benchmark stopped working, I'd be grateful. Can't you just benchmark.struct-arrays run from the listener? The benchmark is in extra/benchmark/struct-arrays/struct-arrays.factor in the Factor