in reply to Re^4: Exploring Inline::C (Generating primes)
in thread Exploring Inline::C (Generating primes)
Check out the linenumbers option.
What "linenumber options"? Options to what?
I believe Inline::C is a deployment nightmare ... XS is child's play.
Inline::C is a much nicer development environment than XS. Edit -> Run; Edit -> Run.
Just like using your favourite dynamic language except for a somewhat extended delay and some annoying trace output.
The only thing that's missing is a "BUILD_DISTRIBUTION => 1" config flag, then it would be perfect.
In theory, automating the generation of a distribution should be simple. At least for anything that doesn't use external libraries.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Exploring Inline::C (Generating primes)
by tsee (Curate) on Oct 26, 2011 at 16:55 UTC | |
by BrowserUk (Patriarch) on Oct 26, 2011 at 17:34 UTC |