Live data from Hacker News

Viewing profile — someonetwo

someonetwo

HN member
Joined
Mon, Oct 18, 2010, 8:36 PM UTC
HN karma
1
Public activity
1 items

About someonetwo

No profile information was provided.

Recent public activity

  1. comment
    Comment #1805057

    Python versus Lisp is not so much a dichotomy. Some bridges: 1.- Mathematica: you can use both infix and prefix form, Fullform[a+b] = [Plus,a,b]. Mathematica internally use prefix …