diff options
author | Andre Polykanine A.K.A. Menelion ElensĂșlĂ« <andre@oire.org> | 2017-09-05 00:18:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-05 00:18:23 +0300 |
commit | 29e1470400dfcd6ad588c496cea955b6fb55f3a3 (patch) | |
tree | 3c752f1b35ae1ae953220ab60e1e87efd6b8fa2f | |
parent | c076537cf9a90d0be4848885ef09895b5aa12b3e (diff) | |
parent | acdbaec28ec8cc6e90c28f2cb5d873338f0bfc4f (diff) |
Merge pull request #2836 from duke-m/patch-1
[perl6/en] removed the vimformation
-rw-r--r-- | perl6.html.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl6.html.markdown b/perl6.html.markdown index 18326338..364711af 100644 --- a/perl6.html.markdown +++ b/perl6.html.markdown @@ -1763,5 +1763,3 @@ If you want to go further, you can: - Come along on `#perl6` at `irc.freenode.net`. The folks here are always helpful. - Check the [source of Perl 6's functions and classes](https://github.com/rakudo/rakudo/tree/nom/src/core). Rakudo is mainly written in Perl 6 (with a lot of NQP, "Not Quite Perl", a Perl 6 subset easier to implement and optimize). - Read [the language design documents](http://design.perl6.org). They explain P6 from an implementor point-of-view, but it's still very interesting. - - [//]: # ( vim: set filetype=perl softtabstop=2 shiftwidth=2 expandtab cc=80 : ) |