Back to archive

Thread

2 tweets

1
Yeah, I loved Ruby, but for all reasons I think it is hell in big projects, the way you can hack and extend the language, pass code blocks to functions, etc. Python feels much more closed. Even with effort, you cannot really make code much more concise in Python.
2
@slyphon But I know more explicit languages are often preferred because while being more verbose, you at least know what is happening ;)