[PLUG] How to make a window executable software from linux

Navin Kabra navin.kabra at gmail.com
Mon Mar 23 08:52:03 IST 2009


> I was wondering how to code something in linux (a simple daily expense
> manager) that runs on linux and also be able to be executed in windows?
>
> The doubts are : How to aprroach it without the use of C, C++, Java or any
> web based application.
>

Use a scripting language like python or perl. Both of them are available on
pretty much all platforms, and you'll be able to write a script/program that
runs everywhere. If you want a graphical interface, use the Tk package which
is available with both (again it's cross platform)

navin.



More information about the Plug-mail mailing list