in reply to Re^2: An Introduction to Literate Programming with perlWEB
in thread An Introduction to Literate Programming with perlWEB

Not sure how long does it take FunnelWeb to "compile" a file, but quite likely you could create a daemon/service that'd watch the source directories and compile the modified files automatically as soon as they are saved.

We use something like that for i18n.

  • Comment on Re^3: An Introduction to Literate Programming with perlWEB

Replies are listed 'Best First'.
Re^4: An Introduction to Literate Programming with perlWEB
by MidLifeXis (Monsignor) on Jan 13, 2009 at 15:54 UTC

    I am redoing our build environment, so perhaps I will relent and take another look at it. IIRC (it has been a couple of years since I had to maintain the one app that I used FW on), the compile did not take an overly significant amount of time, but it was a different (and quite unfamiliar) way to do things.

    --MidLifeXis