We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0fee6 commit 7188f39Copy full SHA for 7188f39
PATH-TO-RAKU.md
@@ -35,6 +35,11 @@ from the `use` statement by moving that functionality to the `unit` statement.
35
unit :ver<D>; # same as "use v6.d;"
36
unit :lang<Perl5>:ver<30>; # if we have direct support for Perl 5.30
37
38
+Some kind of API should be conceived to actually hand the rest of the code
39
+of the compilation unit to another interpreter, so that the above :lang<Perl5>
40
+case could possibly be handled by `Inline::Perl5`. And allow support for
41
+other languages, e.g. `:lang<Python>` to be handed over to `Inline::Python`.
42
+
43
Also, this would allow to specify compiler versions as well, although that
44
might be a compiler specific feature:
45
0 commit comments