Re: Lisp, 50th Birthday
- From: Peter Hildebrandt <peter.hildebrandt@xxxxxxxxx>
- Date: Tue, 03 Jun 2008 10:05:11 +0200
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
- Follow-Ups:
- Re: Lisp, 50th Birthday
- From: Ken Tilton
- Re: Lisp, 50th Birthday
- From: Rainer Joswig
- Re: Lisp, 50th Birthday
- References:
- Re: Lisp, 50th Birthday
- From: Ken Tilton
- Re: Lisp, 50th Birthday
- From: Pascal Costanza
- Re: Lisp, 50th Birthday
- From: Ken Tilton
- Re: Lisp, 50th Birthday
- From: Pascal Costanza
- Re: Lisp, 50th Birthday
- From: Ken Tilton
- Re: Lisp, 50th Birthday
- From: Pascal Costanza
- Re: Lisp, 50th Birthday
- From: Ken Tilton
- Re: Lisp, 50th Birthday
- From: Pascal Costanza
- Re: Lisp, 50th Birthday
- From: Ken Tilton
- Re: Lisp, 50th Birthday
- From: Pascal Costanza
- Re: Lisp, 50th Birthday
- Prev by Date: Can I measure how much memory an object consumes?
- Next by Date: Re: Lisp, 50th Birthday
- Previous by thread: Re: Cells, the Ultimate Glue! [was Costanza grinding some unknown axw]
- Next by thread: Re: Lisp, 50th Birthday
- Index(es):
Relevant Pages
|
|