python2ruby/shortcomings.md
2025-12-06 12:16:48 +01:00

298 B

  • string processing is very primitive, it just checks for f at the beggining, and then adds #, before { if so
  • no elif parsed as if else if else if else .... insted of if elif elif else, semantically the same
  • no lambdas
  • tuples need to be in ()
  • converts tuples into lists
  • no += -= *= /= ...