hello,
ok tried C++, and wow does that suck, but it has potential.
Why does it suck? string functions aren't very dynamic, cant seem to find any useful regular expression functions, and its array functions are just useless (unless you wanna make an array of pointers...theres a point, honest).
So i've started writing my own PHP function library, nothing to do with PHP, the only similarities are the names of the functions.
So far i've got about 20 string functions (trim,ltrim,rtrim,str_replace,chr,str_repeat,crypt,stristr,ucwords,ucfirst,htmlspecialchars,stripslashes,addslashes...and a few more)
Hoping to imitate nearly every PHP function (because lets face it, PHP is the easiest language to use/learn), then making desktop programs will be as effortless as making web programs.
So if anyone would like to contribute, please post.
I will eventually post the source code on my forum (http://forum.biosonik.com/viewtopic.php?p=102#102), once I fully test it.