Viewing profile — Grothendieck
Grothendieck
HN member- Joined
- Tue, Oct 22, 2013, 12:25 AM UTC
- HN karma
- 14
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About Grothendieck
No profile information was provided.
Recent public activity
-
comment
Comment #8283466
The current version of the ATS language apparently uses libgmp to avoid the mentioned overflow issue: http://sourceforge.net/p/ats-lang/mailman/message/30692243/ .
-
comment
Comment #7901198
Actually, at least one: the Ruby version is just a port from Haskell and has the same syntax.
-
comment
Comment #7579548
SICP doesn't really cover very much in the grand scheme of CS, so "like SICP" might mean ... ... something covering "how to do math". This might be an introductory real analysis or…
-
comment
Comment #7520190
I'm sorry for my brief answer. I'll expand a bit (really, I'm inlining part of Pierce's book): As you probably know, there are two major domains where lambda calculi appear: comput…
-
comment
Comment #7513490
All these statements/calculations/proofs are near-trivial once you've defined an appropriate semantics for your calculus - probably the easiest route is via a small-step operationa…
-
comment
Comment #7493162
Niklaus Wirth's Oberon system ( http://projectoberon.com/ ) includes a complete CPU (in Verilog), compiler, and OS. I haven't studied it, though. For a slightly more common archite…
-
comment
Comment #7002359
It seems like the answer is no (GS is Guy Steele): "I spent nine years on Fortress, a scientific programming language (the project is finished now, we decided to stop working on it…
-
comment
Comment #6790593
There's good evidence that Turing machines do capture the right notion of computability. You can enhance a Turing machine in many ways without changing what it can compute. Further…
-
comment
Comment #6589226
Real analysis lectures of Francis Su at Harvey Mudd: http://www.youtube.com/playlist?list=PL0E754696F72137EC These could go with the either the book by W. Rudin or (haven't read) A…