Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nqp

What are nqp, nqp-m, rakudo-debug, rakudo-debug-m, rakudo-gdb-m, rakudo-m, rakudo-valgrind-m?

raku nqp moarvm

It is possible to write NQP's precedence parser in Raku

grammar raku nqp

Obtaining the QAST of a Perl 6 file from another program

Strings and Strands in MoarVM

string raku rakudo nqp moarvm

How to reuse a language token in a custom Grammar (Raku)

raku nqp

How to override the NQPMatch.Str function

raku nqp

`Missing or wrong version of dependency` after recompiling nqp

raku rakudo nqp

Will writing module in NQP (Not Quite Perl) speed up perl6 program?

raku nqp

How to remove a multi method in Raku

raku nqp

Is it possible to run a sub-grammar inside a grammar nqp?

regex raku nqp

Obtaining the Pod of a module without explicitly exporting it

raku precompiling nqp pod6

How to print an object, type in nqp

raku nqp

What is the "semantic model" introduced in Apocalypse #1?

raku metamodel rakudo nqp

Errors with role "currying"

raku nqp

Is there a way to deal with Unix sockets in Perl 6?

sockets io raku nqp

What is the difference between `nqp::if` and `if` in an .nqp file?

raku nqp

Difference between single pipe and double pipe in Raku Regex (| Vs ||)

raku nqp

Coercion/type checking: manually reproduce Perl6 standards

raku nqp

Binding of private attributes: nqp::bindattr vs :=

raku nqp