Browse thread
practical functional programming
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2000-11-10 (18:28) |
From: | Chris Hecker <checker@d...> |
Subject: | Re: practical functional programming |
>> How does the compiler "know" the datastructure is purely functional? >It doesn't. Why would it have to? Right, I was being an idiot. If it's got a ref in there that's ever updated, it just isn't functional. I was somehow thinking...well, I don't know what I was thinking. :) Chris