azawawi / farabi6

Experimental in-browser Perl 6 Editor
Artistic License 2.0
14 stars 12 forks source link

O wise one, enhancement #18

Closed kevindawson closed 10 years ago

kevindawson commented 11 years ago

can you enable the directory browser on file input please

also info only

perl6 -> rakudo is in path as perl6

p6 -> Niecza via a sh in ~/bin

I thought this would be helpful.

ps p6 is very pretty output

azawawi commented 11 years ago

Could you be more specific? more examples?

kevindawson commented 11 years ago

as per your e-mail instructions

I have install rakudo

then appended the following to .bashrc

export PATH=$PATH:~/rakudo/rakudo-star-2012.10/install/bin:~/rakudo/rakudo-star-2012.10/

so that I can perl6 scripts

perl6 script.p6

O and I just updated to 2012.10.

Now for Niecza

I run a script using

p6 script.p6

where p6 is a bash file in ~/bin

set -o nounset # Treat unset variables as an error

mono ~/niecza/run/Niecza.exe $1

so I can have nice colour messages just like Larry in his presentation.

azawawi commented 10 years ago

So basically make farabi6 convert ANSI Color sequence into HTML colors when printing output or printing errors.

This is related to issue #24

Closed and sorry for the long wait :+1: