Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dmitryskiba
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dmitryskiba
11y ago
Are there examples where borrow checker stands on your way? Like the mentioned (in comments) way of building a tree. I'm sure there should be really weird edge cases.
2.
▲
by
dmitryskiba
11y ago
I'm working on bringing ART to OSX, see https://github.com/DmitrySkiba/ARTPart
3.
▲
by
dmitryskiba
12y ago
There is Foundation implementation based on CoreFoundation: https://github.com/apportable/Foundation
4.
▲
by
dmitryskiba
12y ago
Strictly speaking, [string UTF8String] is equivalent to '((const char <star>(<star>)(id, SEL))objc_msgSend)(string, selector)'. Since objc_msgSend is vararg function, it will promote it's arguments, so for example