Skip to content

Commit

Permalink
reinsert note regarding backends
Browse files Browse the repository at this point in the history
backends have slightly different features. Thus we should warn users of
such. The compilers page has more details about historical
implementations than the FAQ; thus is more approprate.
  • Loading branch information
ribbon-otter committed Sep 10, 2019
1 parent 736ce71 commit 621577b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -13,8 +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 Perl 6
language; though there have been other partial implementation in the
past. [For more see the FAQ](https://docs.perl6.org/language/faq#What's_the_difference_between_Raku,_Rakudo_and_Perl_6)
language; though there have been other partial implementations in the
past. [See the compilers page on the website for more](https://perl6.org/compilers/).

Rakudo has multiple backends: MoarVM and JVM. Note that each backend has a slightly different set of features.

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

0 comments on commit 621577b

Please sign in to comment.