Viewing profile — davidxa
davidxa
HN member- Joined
- Thu, Jul 22, 2010, 4:22 AM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About davidxa
No profile information was provided.
Recent public activity
-
comment
Comment #1622467
The problem with this is that it isn't as flexible as a normal frige, it basically has to be built into the house. Also, if you don't have it next to a exterior wall, you have to p…
-
comment
Comment #1537368
If you implement closures as thunks, you can just free them when done, no need for GC. closure int foo(int x) {return x + y;} int(*foo_p)(int) = malloc(sizeof(foo)); memcpy(foo_p,&…