Hacker News new | ask | show | jobs
by Xion 4817 days ago
Cool stuff!

One suggestion: if the code wasn't changed yet, switching languages should adjust the syntax in the initial example. So the default `var foo = 'bar';` in JavaScript should become `foo = 'bar'` in Python, etc.

1 comments

Thanks, will add that to my todo list!