Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raku/features
Overview of implementation status of different features in Raku compilers
https://github.com/raku/features
raku
Last synced: 3 months ago
JSON representation
Overview of implementation status of different features in Raku compilers
- Host: GitHub
- URL: https://github.com/raku/features
- Owner: Raku
- Archived: true
- Created: 2011-07-25T12:52:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T18:36:09.000Z (about 4 years ago)
- Last Synced: 2024-09-28T10:41:43.347Z (3 months ago)
- Topics: raku
- Language: HTML
- Homepage: http://raku.org/compilers/features
- Size: 135 KB
- Stars: 13
- Watchers: 156
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Feature overview matrix for Raku compilers
This is an attempt to collect an overview of implemented features in
contemporary Raku compilers.
It powers the web page http://raku.org/compilers/features .The idea is to have a concise and easy-to-write source file which contains the
data, and a script that converts this information into a format that is easy
to read, like a colored HTML table or so.A first version of that script is process.pl, which needs perl 5.10 or
newer and HTML::Template::Compiled from CPAN. It writes the xhtml output
to standard output, or to the filename specified on the command line.A feature should appear in the table if any of the following applies:
* it is very useful to the end user
* it is a distinguished Raku feature (e.g. grammars, junctions)
* it is hard to implement
* it showcases differences between compilers
* its implementation drives spec developmentThe "forgiveness > permission" principle applies, and the authors are
very forgiving.Your contribution is very welcome. Please join our discussions in #raku,
http://raku.org/community/ircA cron job automatically updates the web page at
http://raku.org/compilers/features from this repository. It runs at least
once per hour.