views:

47

answers:

1

Any libraries to aid writing programs with source code shaped like drawings (such as http://www.ioccc.org/1998/banks.c or http://groups.google.com/group/comp.lang.c/msg/e105e5d339edec01). For any language.

+1  A: 

Your second link made my day :D And it really works!

If you want to play with source code, perl is your friend! Have a look at http://search.cpan.org/~asavige/Acme-EyeDrops-1.55/lib/Acme/EyeDrops.pm for an example. I know you want a language agnostic tool, but I don't think such a thing exists.

kicsit
yeah, that link is awesome:))
Gabriel Ščerbák
I was not looking for a language agnostic tool, but libraries that make it even easier to do this sort of thing (say by having certain shapes for functions/objects or even better something like ACME::EyeDrops, that looks really amazing) (answers from any languages are fine).
Roman A. Taycher