As the title indicates, theorbtwo has done it for us -- we can now evaluate Haskell expressions inside Pugs. Currently only the String return type works, but we are working with dons (hs-plugins's author) on the Evalable
class, which will allow lots of more expressions, as well as paving a way to generate SV
types and make Inline::Haskell
a reality.
Oh, and the main openfoundry subversion repository is down at this moment, so please use the svn.perl.org mirror for the time being, and send patches to p6c.
Other than that, there's 50 more commits today:
IMC
, Pugs
and RRegex
directories. Stevan followed up with some more cleanups.
yaml_harness.pl
to use his shiny new Test::TAP::HTMLMatrix. It's seriously good stuff for any test-driven project.
>>~<<
.
kill
primitve.
Any
parameter types, according to Damian's interpretation several moons ago. It makes ~~
work correctly for junctions.
$pair.values
, hence fixing the infinite loop in +((1|2).values)
identified by Corion yesterday.
~~ rx:P5/(\S+)/
in list context.
Internals
import after Config
, and ninereasons applied it.
pugsbug/
to more fitting places.
$*OS
, not compile-time $?OS
in platform-specific tests, and implemented this change.