|
Polyglot 1: VB14 August 2004 A year and a half ago I wrote a Perl script to generate images using GD. For me that was the last major unknown in Perl. After that the Perl learning curve approached a horizontal asymptote. Consequently I swore that I'd not use Perl again unless I was merely tweaking an existing program. Since then I've been systematically exploring other languages. Over the next few weeks I'll be reimplementing the earlier image script using other techniques. By the end I hope to have a good reference for painting images in multiple languages.
Here's the VB6 source code and an executable (which requires the massive VB6 runtime DLLs). |