Live data from Hacker News

Viewing profile — ventuspilot

ventuspilot

HN member
Joined
Sun, May 15, 2022, 1:21 PM UTC
HN karma
8
Public activity
6 items

About ventuspilot

No profile information was provided.

Recent public activity

  1. comment
    Comment #41471937

    > Java's REPL is like a kick in the nuts compared to using one in Common Lisp. An IDE connected to a running Java process via JDPA/JDI (Java debug interface) is probably a better c…

  2. comment
    Comment #41296974

    This is funny because in the 90s I was at a similar position. I was at a university department where everybody had a Solaris 2.3 or 2.4 box as well as a PC that would dual boot int…

  3. comment
    Comment #41158754

    Most programming languages are defined in terms of program text, Lisp is not. Lisp is defined in terms of in-memory structures and what happens if you pass these in-memory structur…

  4. comment
    Comment #40488368

    -> the Lisp linked lists were gone Cons cells and linked lists are not completely gone, though: user=> (cons 1 (cons 2 nil)) (1 2) Cons cells however are somewhat limited in that t…

  5. story
    Show HN: I Made a Lisp

    Hi all, powerful open-source Lisp implementations are a dime a dozen, why not try JMurmel instead? The language is inspired by Common Lisp, except it's a Lisp-1, and it is mostly a…

  6. comment
    Comment #31692188

    AMD's linux graphics driver has entered the chat