HN Theater @HNTheaterMonth

The best talks and videos of Hacker News.

Hacker News Comments on
Learning Objective-C with LLDB in Xcode

Matthew Di Pasquale · Youtube · 1 HN points · 0 HN comments
HN Theater has aggregated all Hacker News stories and comments that mention Matthew Di Pasquale's video "Learning Objective-C with LLDB in Xcode".
Youtube Summary
Inspiration:
* Alan - Learning C with GDB: https://www.hackerschool.com/blog/5-learning-c-with-gdb
* Bret Victor - Inventing on Principle: http://vimeo.com/36579366
* Bret Victor - Learnable Programming: http://worrydream.com/LearnableProgramming/

Notes:
## Fresh install of OS X 10.8 & Xcode 4.5
int main() {
int i = 1337;
return 0;
}
gcc -g minimal.c -o minimal
xcode-select -print-path
`xcode-select -print-path`/usr/bin/gcc -I`xcode-select -print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include -L`xcode-select -print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/lib -g minimal.c -o minimal
### homebrew no longer requires CLT
### RVM (versions, gemsets)
### gcc is now just a symlink to llvm

## Why use GDB when you can use LLDB in Xcode?
### nice GUI (view assembly)
### watch
### tab completion
### x/4xb `&i`
### set var => p

## Why use C when you can use Objective-C?
### Based on Smalltalk (heralded by Bret Victor)

Related:
* https://www.hackerschool.com/blog/7-understanding-c-by-learning-assembly
HN Theater Rankings

Hacker News Stories and Comments

All the comments and stories posted to Hacker News that reference this video.
Nov 16, 2012 · 1 points, 0 comments · submitted by mattdipasquale
HN Theater is an independent project and is not operated by Y Combinator or any of the video hosting platforms linked to on this site.
~ yaj@
;laksdfhjdhksalkfj more things
yahnd.com ~ Privacy Policy ~
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.