top | item 47047542

(no title)

JamesSwift | 13 days ago

> obj-c runtime dynamism is fascinating. it’s like, “what if we make C as dynamic as Ruby”.

Well thats because objc and ruby are cousins. Both are sort of the only two smalltalk based languages out there

discuss

order

JadeNB|13 days ago

> Well thats because objc and ruby are cousins. Both are sort of the only two smalltalk based languages out there

I'm sure you can trace connections, at least in ideas, but I think Ruby is way more Perl-based than Smalltalk-based.

JamesSwift|13 days ago

Im talking the fundamental language framework. 'Everything is an object' and method calls are actually message passing are the two reasons that objc and ruby are actually smalltalks.