Viewing profile — Loke
Loke
HN member- Joined
- Sat, Apr 30, 2011, 12:45 PM UTC
- HN karma
- 4
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About Loke
No profile information was provided.
Recent public activity
-
comment
Comment #3459800
It's very simple: (setf (cffi:mem-ref (cffi:make-pointer #xDEADBEEF) :int) #x42)
-
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.…
-
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…