All Projects → azawawi → farabi6

azawawi / farabi6

Licence: Artistic-2.0 license
Experimental in-browser Perl 6 Editor

Programming Languages

javascript
184084 projects - #8 most used programming language
Raku
181 projects
HTML
75241 projects
CSS
56736 projects

Farabi6 Build Status

This is a fun Perl 6 port of the Farabi Modern Perl Editor http://metacpan.org/module/Farabi. The idea here is to experiment with a Perl 6 in-browser editor running over Rakudo Perl 6.

Please use rakudo Perl 6 MoarVM backend because it is the most compatible at the time of this writing.

Have fun!

Installation

To run it from the local directory:

$ bin/farabi6
  # farabi6 will try to open http://localhost:3030 in your browser

To install it using zef (a module management tool bundled with Rakudo Star):

$ zef install Farabi6
$ farabi6
  # farabi6 will try to open http://localhost:3030 in your browser

You can also change the host name and port using the following command:

$ farabi6 --host=localhost --port=4040

Testing

To run tests:

$ prove -e "perl6 -Ilib"

Author

Ahmad M. Zawawi, azawawi on #perl6, https://github.com/azawawi/

License

Artistic License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].