[Factor-talk] Who Can Make Factor Communicate with IBFS32.DLL

2010-12-28 Thread Andrew Reid (Imaging Associates)
Hi' Something --- to be Free --- www.sustainabilitymeasurement.com Compare Factor with win32forth, VFX forth and SwiftForth DLL Communication -- IBFS32.dll in particular REID Andrew Reid, Managing Director Imaging Associates Landline: +61 3 5338-8126 Mobile: 0414-99-48-42 Email: andrewr.

Re: [Factor-talk] newbie stuff

2010-12-28 Thread Slava Pestov
On Tue, Dec 28, 2010 at 9:45 AM, Marcin Krol wrote: > -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

Re: [Factor-talk] newbie stuff

2010-12-28 Thread Samuel Tardieu
2010/12/28 Marcin Krol > 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 distribution. -

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 fu

Re: [Factor-talk] newbie stuff

2010-12-28 Thread Samuel Tardieu
2010/12/28 Marcin Krol > > 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 recompile

[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