Y
Hacker News
new
|
ask
|
show
|
jobs
by
mort96
78 days ago
How do you differentiate between something that "happens to work due to an implementation detail" and a "proper feature that's specified to work" in a language without a specification?
2 comments
nhumrich
78 days ago
In a language without a spec? You don't. But python has a very strong spec.
link
mort96
77 days ago
Where?
link
nhumrich
76 days ago
peps.python.org
link
BrenBarn
78 days ago
There's still documentation.
link