Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More markup
  • Loading branch information
moritz committed Mar 21, 2015
1 parent ed8c5e5 commit af337e2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/announce/2015.03.md
Expand Up @@ -9,8 +9,8 @@ available from <http://rakudo.org/downloads/star/>.

This Rakudo Star release comes with support for the MoarVM
backend (all module tests pass on supported platforms) along with
experimental support for the JVM backend (the modules Bailador,
Digest::MD5 and Grammar::Profiler::Simple are known to fail tests).
experimental support for the JVM backend (the modules `Bailador`,
`Digest::MD5` and `Grammar::Profiler::Simple` are known to fail tests).

In the Perl 6 world, we make a distinction between the language
("Perl 6") and specific implementations of the language such as
Expand All @@ -28,15 +28,15 @@ Some of the new compiler features added to this release include:

+ several renames of semi-internal methods. Please refer to [the Rakudo
2015.02 release notes](https://github.com/rakudo/rakudo/blob/nom/docs/announce/2015.03.md) for the full list
+ Allow Buf.AT-POS to return an l-value.
+ Implement method ^foo($) { ... } syntax.
+ Implemented PairMap (the simple case only, for now).
+ Implemented .antipairs (pairs with value => key).
+ Implemented .pairup for creating pairs from lists.
+ Implemented LEXICAL, OUTERS and CALLERS pseudo-packages
+ Add a array[T], usable for native int/num (MoarVM only for now)
+ Other native improvements, e.g. my int $a; $a++
+ Implement IO::Path.resolve on r-m/POSIX
+ Allow `Buf.AT-POS` to return an l-value.
+ Implement `method ^foo($) { ... }` syntax.
+ Implemented `PairMap` (the simple case only, for now).
+ Implemented `.antipairs` (pairs with value => key).
+ Implemented `.pairup` for creating pairs from lists.
+ Implemented `LEXICAL`, `OUTERS` and `CALLERS` pseudo-packages
+ Add a `array[T]`, usable for native `int`/`num` (MoarVM only for now)
+ Other native improvements, e.g. `my int $a; $a++`
+ Implement `IO::Path.resolve` on r-m/POSIX

In future, the `nqp::` namespace willl only be available after a declaration
like `use nqp;`.
Expand Down

0 comments on commit af337e2

Please sign in to comment.