Soldato
- Joined
- 22 Aug 2005
- Posts
- 8,930
- Location
- Clydebank
Wondering if anybody knows a language that I can look into the essentially does the following?
Allows to write an application (not a web app, but a 'real' app) but has a coding style similar to PHP...
I find my self requiring to do little 'converter' utils, and scriptable situations quite often, and I usually use Batch, or create a cumbersome web app to do the same. I'm talking things like renaming a bunch of files, processing some images, moving files based on db lookups, generating textual logs, csv/xml etc
But batch is quite convoluted and slow. Getting it do what seems like simple things can be a nightmare sometimes (I've programmed massive multifile scripts in batch before as well as small one offs)
Using a PHP script works fine, but not for any serious processing as it all runs on a web server and i want more power, I sometimes need things like combo boxes, or a folder selector box, or perhaps ability for someone to draw a 'zone' on an image etc etc this does't happen through a web browser.
Also needs to be portable so a compiled executable/set of install files is required.
Sooooo what should I be looking at? Windows / Linux doesn't matter. I saw ages ago some video demos of NEXT with GUI OO literally drag and drop style programming that looked good, but probably not useful these days
Any suggestions..?
Allows to write an application (not a web app, but a 'real' app) but has a coding style similar to PHP...
I find my self requiring to do little 'converter' utils, and scriptable situations quite often, and I usually use Batch, or create a cumbersome web app to do the same. I'm talking things like renaming a bunch of files, processing some images, moving files based on db lookups, generating textual logs, csv/xml etc
But batch is quite convoluted and slow. Getting it do what seems like simple things can be a nightmare sometimes (I've programmed massive multifile scripts in batch before as well as small one offs)
Using a PHP script works fine, but not for any serious processing as it all runs on a web server and i want more power, I sometimes need things like combo boxes, or a folder selector box, or perhaps ability for someone to draw a 'zone' on an image etc etc this does't happen through a web browser.
Also needs to be portable so a compiled executable/set of install files is required.
Sooooo what should I be looking at? Windows / Linux doesn't matter. I saw ages ago some video demos of NEXT with GUI OO literally drag and drop style programming that looked good, but probably not useful these days

Any suggestions..?