Skip to content

Instantly share code, notes, and snippets.

@moritz
Created August 20, 2012 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moritz/3406172 to your computer and use it in GitHub Desktop.
Save moritz/3406172 to your computer and use it in GitHub Desktop.
Rakudo vs. Niecza
Rakudo
======
+ faster startup
+ faster compilation
+ more modules available
+ ability to call C functions (via NatiCall/zavolaj)
+ better support for OO and metaprogramming
+ larger developer pool
+ panda (module installer) works on Rakudo
Niecza
======
+ much faster execution
+ ability to use CLR/mono/.NET libraries
+ better support for Unicode in regexes
+ better parsing error messages
+ basic threading support
+ supports heredocs and generally more syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment