High-level languages for out-of-the-box GUI desktop application programming
Posted
by Omeoe
on Stack Overflow
See other posts from Stack Overflow
or by Omeoe
Published on 2008-09-27T01:22:37Z
Indexed on
2010/03/16
10:36 UTC
Read the original article
Hit count: 297
After I discontinued programming in C++ while entering into web authoring I was spoilt by PHP's high level constructs like hash tables or its dynamic, weak typing. I remembered the angst of C/C++ pointers and the maze of low-level Win32 API handles and message loops and that prevented me from utilizing environments like Code::Blocks for desktop applications. I am also not very fond of bulky, statically-typed C#/.NET environment. Any other ideas?
© Stack Overflow or respective owner