Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
announce: feedback from Mouq++ and raydiak++
also linkify PairMap
  • Loading branch information
moritz committed Mar 21, 2015
1 parent af337e2 commit 833870c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/announce/2015.03.md
Expand Up @@ -30,11 +30,11 @@ Some of the new compiler features added to this release include:
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 [PairMap](http://doc.perl6.org/type/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)
+ Add `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

Expand All @@ -52,7 +52,7 @@ handle appropriately, although they will appear in upcoming releases.
Some of the not-quite-there features include:

* advanced macros
* threads and concurrency (in progress for the JVM and MoarVM backend)
* threads and concurrency (in progress)
* Unicode strings at levels other than codepoints
* interactive readline that understands Unicode
* non-blocking I/O (in progress)
Expand Down

0 comments on commit 833870c

Please sign in to comment.