Viewing profile — meadori
meadori
HN member- Joined
- Fri, Jun 26, 2015, 2:01 PM UTC
- HN karma
- 28
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About meadori
No profile information was provided.
Recent public activity
-
comment
Comment #15825097
> is to compile down to an emulation of a straightforward machine (I really like MSP430 for this) What exactly do you mean by this? Direct object code emission? > the emulator is e…
-
comment
Comment #14431256
I don't really know, but I would be suprised if that is the intent of the project because: 1. The maintainer of llgo is a Google employee (and a very talented LLVM engineer). 2. I …
-
comment
Comment #14431088
I am somewhat confused by this. The LLVM project already has an official Go frontend that lowers to LLVM IR: * https://llvm.org/svn/llvm-project/llgo/trunk/README.TXT
-
comment
Comment #13096194
I had a similar POV as well -- I went into reading this book thinking there would be exercises and projects to reinforce the ideas. In particular, the following sentence (and remai…
-
comment
Comment #12227638
I feel like I am one of these people too. However, sometimes it seems really stressful (for me at least). I feel the pull of too many directions. Given such varied interests, how d…
-
comment
Comment #12221315
Definitely an amazing person. Folks tend to primarily focus on his contributions to the PC ecosystem. I am surprised more don't mention his work on data-flow analysis. It was such …
-
comment
Comment #10925260
Having owned and read through "Introduction to Algorithms" for years I agree that it is a good book. However, recently I have been feeling like it is recommended way too often with…
-
comment
Comment #9784416
I enjoyed this presentation by Allison Kaptur on how to understand CPython better: http://pyvideo.org/video/3465/exploring-is-never-boring-unde... While it is focused on CPython, m…