zenspider.com by ryan davis

We are auditing other languages against Ruby to port the best of the best and attract more people to ruby. This is a quick first draft. Polish and results to follow.

Python

Syntax/Semantics

The following would require changes to the language/interpreter:

The following can be implemented entirely in ruby:

Core Libraries

Misc

Annoyances

WHY IN THE HELL does ParseDate.parsedate not output it’s result in the same order as needed by Time.new??? EG:

  myTime = Time.new(* ParseDate.parsedate(theTime))

Should work as-is!