Archive for July 2nd, 2017
David Mertens – “C::Blocks”
C::Blocks In the Perl ecosystem, C is a highly respected but second-class language. C::Blocks changes this situation by embedding a C compiler directly into the Perl parser. Blocks of C code are placed directly among lines of Perl. The compiler is Just-In-Time, making your C code just as scriptable as your Perl code. Functions, variables, […]
Read Full Post | Make a Comment ( Comments Off on David Mertens – “C::Blocks” )