On 06/03/12 20:02, Michael Sweet wrote:
> Definitely a great presentation, and not just because of the cool UI he
> demoed.
Yes, his philosophy is great.
I can't help but be impressed at the implied tech beneath
those demos, though.
Getting code to recompile+run interactively enough to
finish between keystrokes, or in sync with a slider
is something I haven't really seen with a regular compiler.
Or well, actually, I do have one box here that compiles at
seemingly incredible speed.
Its one of the new mac minis with Fedora 14 installed on the
local drive, and can recompile all of FLTK (make clean; make)
in 11 seconds.
That's with the default make running 274 separate compiles,
and linking 72 executables. So with such a machine, recompile
time could easily be interactive.
Hmm, I wonder what would happen I ran the build with make's
-j flag. I know this box has multiple processors. (tries it)
Egads, it builds in 6.2 seconds..!
$ time make -j
Compiling Fl.cxx...
Compiling Fl_Adjuster.cxx...
[..lots of output..]
Formatting src/checkers.man...
Formatting src/sudoku.man...
real 0m6.288s <-- yikes!
user 0m8.656s
sys 0m2.872s
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev