Live data from Hacker News

Objective-D – alternative or supplement to Objective-C

antonzherdev.com

1–2 of 2 posts

Re: Objective-D – alternative or supplement to Objective-C

#2
Fascinating approach, although I'm skeptical of such "layers" put over Objective-C. The main problems I've had when trying to write languages on top of Objective-C have been the painful interop with C types, specifically with C's lack of RTTI and ObjC's buggy "@encode" concept. So I'm curious to see how this project deals with that.