Hello Haskell-users, I am planning to add some extensions to Hugs/Gofer to make it even more usable. Possibly so that it can be used for things that currently Perl and Tcl are popular for. I would like to hear from people doing or interested in similar things. Among my (still wooly) plans are: possibility to load dynamic link libraries (Linux), having an eval function, (Evaluating any Haskell string), being able to call external processes, persistent heap... Referential transparency will be kept, but otherwise the extensions will not be limited by the current Haskell standard. I could need some encouragement before starting with this. Or just someone interested to discuss with. By the way, this is currently an entirely private project. No organization is paying anything. ( -:( / -:) ) Best regards, /Sverker
