Viewing profile — ventuspilot
ventuspilot
HN member- Joined
- Sun, May 15, 2022, 1:21 PM UTC
- HN karma
- 8
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About ventuspilot
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #31692188
AMD's linux graphics driver has entered the chat