Y
Hacker News
new
|
ask
|
show
|
jobs
by
helthanatos
2890 days ago
I really dislike converting Python to a different language. What type is this? Go 5 libraries down to find out ;)
1 comments
politician
2890 days ago
That's a common misunderstanding. Python's type system is in the unit tests necessary to ensure the code is doing what it should. This is a boon because all of the behavioral rules are co-located for efficient reference. ;)
link
xapata
2890 days ago
It's more a traits system than a type system. Who cares if it's a list so long as I can append to it?
link