Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
fanf2
10y ago
0 comments
Share
Are there any dynamic languages in which objects are not hashes?
undefined | Better HN
0 comments
default
newest
oldest
hawkice
10y ago
Ruby -- object data is all private, and the reader/writer/attr things just make the getters and setters for you.
spion
10y ago
Python is another example. You can assign dynamic properties, but there is no object literal syntax
j
/
k
navigate · click thread line to collapse