9

Rakudo: Is there a place where all the features that don't yet work are listed?

GMB
  • 216,147
  • 25
  • 84
  • 135
sid_com
  • 24,137
  • 26
  • 96
  • 187

2 Answers2

10

http://rakudo.org/status shows a list of things, but it's hard to keep it up-to-date. The biggest things are probably threading, async IO (both due to Parrot lacking them). Some things are quite there, but have bugs (like traits).

tadzik
  • 1,330
  • 1
  • 9
  • 12
5

You can also listen to this interview on floss-weekly, dated October 29th, 2010:

Randal Schwartz interviewing Patrick Michaud, the current main developer of Rakudo.

I think he talks about what does not work in the latter half of the >1hr interview

http://twit.tv/floss140

The file is audio only. And it certainly does not mention ALL features that do not work, but it provides some context.

knb
  • 9,138
  • 4
  • 58
  • 85
  • Now, at the end of 2019, the Raku Programming Language (https://raku.org) basically supports all of the features promised, and then some. The only big exception still, is the full use of macros. – Elizabeth Mattijsen Nov 27 '19 at 19:33