arknave's comments

arknave | 7 years ago | on: The Machine That Builds Itself: The Strengths of the Lisp Languages (2016)

> "Lists, which are a generalization of graphs, are extraordinarily well supported by Lisp."

I always thought of linked lists as a special kind of graph, where each node except the head and tail had exactly one incoming edge and one outgoing edge. What's a better way to think of this in terms of LISP?

arknave | 11 years ago | on: Show HN: I built an extension of JavaScript in a day

Looks like the readme example doesn't work. I didn't compile the djs sayHello function to verify it matches the given javascript, but running sayHello("nyc") spits out

  Hello to undefined, nyc
  You didn't tell me your age
When I'd assume you wanted

  Hello to nyc, Tim
  You didn't tell me your age
page 1