Live data from Hacker News

Viewing profile — Loke

Loke

HN member
Joined
Sat, Apr 30, 2011, 12:45 PM UTC
HN karma
4
Public activity
3 items

About Loke

No profile information was provided.

Recent public activity

  1. comment
    Comment #3459800

    It's very simple: (setf (cffi:mem-ref (cffi:make-pointer #xDEADBEEF) :int) #x42)

  2. comment
    Comment #3422453

    One of my favourite implementations is the Javascript implementation in Common Lisp. It translates the Javascript code to Lisp so that it can take advantage of the native compiler.…

  3. comment
    Comment #2500498

    I think it's quite telling that in all of that text there are actually no real examples as to how a program will actually look like. Call me old if you like, but I've seen countles…