Skip to content

Commit

Permalink
Remove the paragraph on different compilers
Browse files Browse the repository at this point in the history
The link https://perl6.org/compilers/features is down, so removing this for now.

> Note that different backends implement slightly different sets of
> features. For a high-level overview of implemented and missing features,
> please visit [the features page on raku.org](https://perl6.org/compilers/features).

Add another paragraph

This is `Rakudo` compiler with `moar` and `jvm` backends. For historical compilers see https://www.raku.org/compilers/.
  • Loading branch information
sumanstats authored and AlexDaniel committed May 5, 2020
1 parent 18ecb60 commit 2cff6dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -13,9 +13,10 @@ after more than just the bare compiler, please download [the latest
Rakudo Star package](http://rakudo.org/downloads/star).

Rakudo is currently the most developed implementation of the Raku
language; though there have been other partial implementations in the
past. [See the compilers page on the website for more](https://raku.org/compilers/).
Rakudo has multiple backends: MoarVM and JVM. Note that each backend has a slightly different set of features.
language; though there have been other partial implementations in the
past. The `Rakudo` compiler has `moar`, `jvm` and `js` backends. Note
that each backend has a slightly different set of features. For
historical compilers see https://www.raku.org/compilers/.

Recent changes and feature additions are documented in the `docs/ChangeLog`
text file.
Expand Down

0 comments on commit 2cff6dd

Please sign in to comment.