[Coldstuff] Need your help.

klaus schilling coldstuff@cold.org
Tue, 26 Nov 2002 09:05:34 +0100


B. Jack writes:
 > 
 >  but then you'd probably have less frustration 
 > and hassle just installing MySQL or somesuch.

But MySql does not store function code, only number/string/array data.
So one would have to store plain source code,
and recompile and dynaload  (for C) 
or at least eval and memoize/bytecompile (for perl, python, lisp) it
each time the function is called.

Klaus Schilling