aDotInTheVoid / skate

Skateboard for the mind
Apache License 2.0
2 stars 0 forks source link

pivot to MoarVM #16

Closed aDotInTheVoid closed 3 years ago

aDotInTheVoid commented 3 years ago

This way, we only need to be connserned wwith bytecode. And skate becomes a cool execuation environment for perl6/raku

Could be nifty

aDotInTheVoid commented 3 years ago

Seems a pain to get moar bytecode to run

https://colabti.org/irclogger/irclogger_log/raku?date=2021-04-10#l375

raku --target=mbc --output=hello.moarvm hello.p6
moar --libpath=/usr/local/Cellar/rakudo/2021.02.1/share/perl6/lib/Perl6 hello.moarvm

https://yakshavingcream.blogspot.com/2019/07/modifying-perl6-executable-to-run.html

I might ask on IRC if it's possible to change out moar for something, but it seems a pain

aDotInTheVoid commented 3 years ago

Not gonna do it