Re: Lisp, 50th Birthday



Pascal Costanza wrote:
Ken Tilton wrote:


Pascal Costanza wrote:
Ken Tilton wrote:

You don't like spinning letters? I recall a gasp from the audience.


Ah yes, that sounds particularly interesting for real-world applications.

You are no fun.

How about the dataflow into, across, and back out of the RDF triple store? You don't think more reliable real-world systems would arise from that?

(defvar *some-list* '(5 4 3 2 1))

(defvar *sum* (reduce #'+ *some-list*))
(defvar *length* (length *some-list*))
(defvar *avg* (/ *sum* *length*))

(push 6 *some-list*)

Modifying literal data? Hmmmm ...


=> *sum* *length* *avg* ?

(push 7 *some-list*)

=> *sum* *length* *avg* ?

(push 8 *some-list*)

=> *sum* *length* *avg* ?


Especially: How long will this take? In each turn? What about very large lists?


Pascal

.



Relevant Pages

  • Re: Lisp, 50th Birthday
    ... Pascal Costanza wrote: ... that sounds particularly interesting for real-world applications. ... How about the dataflow into, across, and back out of the RDF triple store? ...
    (comp.lang.lisp)
  • Re: Lisp, 50th Birthday
    ... Pascal Costanza wrote: ... that sounds particularly interesting for real-world applications. ... seconds of real time ...
    (comp.lang.lisp)
  • Re: Cells, the Ultimate Glue! [was Costanza grinding some unknown axw]
    ... Pascal Costanza wrote: ... that sounds particularly interesting for real-world applications. ... How about the dataflow into, across, and back out of the RDF triple store? ... suggest you macroexpand push when you sober up ...
    (comp.lang.lisp)
  • Fred Brooks on Cells! [was Re: defmethod vs defun]
    ... Pascal Costanza wrote: ... Anyway, the anniversary edition of Brooks's "The Mythical Man-Month" ended up in plain view -- I quote it often and my indexing scheme for stuff involves "plain sight" -- while an exchange with the legendary Jay Sulzberger over the meaning of "is" led to him linking me to a quantum dataflow diagram of his and I said, Why not? ... The one I remember from the archives of #lisp IRC was something subtle like "Kenny is being a jerk about X on c.l.l, let's go get him.", to which someone replied in marvelous self-reference: ... ECLM rant: http://video.google.com/videoplay?docid=-1331906677993764413&hl=en ...
    (comp.lang.lisp)
  • Re: Fred Brooks on Cells! [was Re: defmethod vs defun]
    ... Pascal Costanza wrote: ... I guess he has not heard of me because he answered: turns out he worked on the IBM Harvest computer, way back when, a dataflow machine. ... The one I remember from the archives of #lisp IRC was something subtle like "Kenny is being a jerk about X on c.l.l, let's go get him.", to which someone replied in marvelous self-reference: ... ECLM rant: http://video.google.com/videoplay?docid=-1331906677993764413&hl=en ...
    (comp.lang.lisp)