Live data from Hacker News

Viewing profile — jsgrahamusxxx

jsgrahamusxxx

HN member
Joined
Thu, Dec 03, 2015, 5:37 PM UTC
HN karma
5
Public activity
3 items

About jsgrahamusxxx

No profile information was provided.

Recent public activity

  1. comment
    Comment #11564643

    Another K derivative is klong. I've communicated with the author and he is helpful and willing to fix things. Enjoy

  2. comment
    Comment #11004869

    I have used MUMPS and derivatives for most of 35 years. Although my first company produced library information systems, most of the rest of my employers have used it for medical in…

  3. comment
    Comment #10671029

    import frege.prelude.Math (cos) cosines = iterate cos 1.0 pairsOf xs = zip xs (tail xs) head [ x | (x,y)