I would suggest adding alternative types for the first argument of load()
and loadfunc().  At a minimum, I would like to see them accept a file-type (
type(arg1) == "file" ) - that would allow loading from web services,
databases, etc., rather than tying dynamic extensibility of a program to the
local filesystem.  Ideally, I think it would be cool to also permit a
co-expression that the functions would activate in the manner of a file
generator, i.e.:

  every line := @arg1 do { ... }

in the manner of

  every line := !file do { ... }

My 0.0000000000000002 cents worth

PS I also favor scripting, which would be more valuable to the cause of
penetrating the markets dominated by PERL, Python, and JavaScript.  That
will be 0.0000000000000004 cents total, please.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to