Perl6 on USB key?

2017-10-14 Thread Philippe de Rochambeau
Hello, is there a way to run Perl6 and it’s libraries from a USB key? Best regards, Philippe

Re: Perl6 on USB key?

2017-10-14 Thread Chris Ramsey
Not really, unless you're just adding the binary and libraries to the stick and calling it from there instead of /usr/bin. If you want something that can run on it's own, I'd recommend using a Raspberry Pi Zero and 'converting' that to a USB stick. You'll have full linux-y goodness and be able to

Re: Perl6 on USB key?

2017-10-14 Thread Philippe de Rochambeau
Hi Chris, thanks for your feedback. Can you plug the Pi Zero converted to an USB stick into a Windows machine and run Perl6 scripts residing on the latter? > Le 14 oct. 2017 à 18:22, Chris Ramsey a écrit : > > Not really, unless you're just adding the binary and libraries to the stick > and c

Re: Perl6 on USB key?

2017-10-14 Thread Chris Ramsey
In theory it shouldn't be a problem. If you're mutating files though be aware of the line ending differences between the OS's. But yeah, with only a few gotchas, that shouldn't be a problem. I've been using bash on Windows to write code on my windows partition without any real issues and this woul