Skip to content

Commit 7188f39

Browse files
committed
Handwave about support for other languages as a compunit
1 parent 3c0fee6 commit 7188f39

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PATH-TO-RAKU.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ from the `use` statement by moving that functionality to the `unit` statement.
3535
unit :ver<D>; # same as "use v6.d;"
3636
unit :lang<Perl5>:ver<30>; # if we have direct support for Perl 5.30
3737

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+
3843
Also, this would allow to specify compiler versions as well, although that
3944
might be a compiler specific feature:
4045

0 commit comments

Comments
 (0)