Live data from Hacker News

Viewing profile — Grothendieck

Grothendieck

HN member
Joined
Tue, Oct 22, 2013, 12:25 AM UTC
HN karma
14
Public activity
9 items

About Grothendieck

No profile information was provided.

Recent public activity

  1. 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/ .

  2. comment
    Comment #7901198

    Actually, at least one: the Ruby version is just a port from Haskell and has the same syntax.

  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. 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…

  8. 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…

  9. 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…