Live data from Hacker News

Viewing profile — pincus

pincus

HN member
Joined
Sun, Jun 16, 2019, 12:40 PM UTC
HN karma
2
Public activity
1 items

About pincus

No profile information was provided.

Recent public activity

  1. comment
    Comment #20195356

    Algol family syntax is not the same as C syntax. Algol 60 has if-then-else as an expression like "x := if foo then bar else baz". In Algol 68, an ENCLOSED-clause like if-then-else-…