aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Leich <email@froggs.de>2014-04-01 10:12:20 +0200
committerTobias Leich <email@froggs.de>2014-04-01 10:12:20 +0200
commit22288827d09dbbae07364e959c0cdbfeb48b81d3 (patch)
treea4ba1dcf2b3271b8170aebba15b5afbf447c9e63
parent048af2bba466f72b9f0793af1ed7aafce4397146 (diff)
add changes of 2014.02 and notes about r-m/j* in 2014.04
-rw-r--r--docs/announce/2014.03.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/announce/2014.03.md b/docs/announce/2014.03.md
index 9ef4a09..6f01c5a 100644
--- a/docs/announce/2014.03.md
+++ b/docs/announce/2014.03.md
@@ -33,12 +33,18 @@ Please note that this release of Rakudo Star does not support the JVM
nor the MoarVM backends from the Rakudo compiler. While the other backends
mostly implement the same features as the Parrot backend, some bits are
still missing that lead to module build problems or test failures.
-We hope to provide a JVM-based and MoarVM-based Rakudo Star releases soon.
+We hope to provide experimental JVM-based and MoarVM-based Rakudo Star
+releases in April 2014.
There are some key features of Perl 6 that Rakudo Star does not yet
handle appropriately, although they will appear in upcoming releases.
Some of the not-quite-there features include:
+ * The core of Rakudo::Debugger is now part of Rakudo
+ itself and works across all backends.
+ * "make" no longer itemizes its arguments.
+ * for-loops at the statementlist level are now sunk by default.
+ * better parsing of unspaces and formatting codes inside Pod blocks.
* advanced macros
* threads and concurrency (in work for the JVM and MoarVM backend)
* Unicode strings at levels other than codepoints