Installed KDevelop yesterday and created a small application in a matter of 2 hours. Its very nice if you already know C++ and have some experience from win32 api for instance. What I like about KDE is that all the K* applications use a similar interface and communicates to the user in a similar way. Gnome is just total chaos sometimes.
A sort of basic clone for the good old Amiga. It seems like a cryptic language to me who are used to the C++/java style.
The functions reminds me of AMOS, ie there are prebuilt functions for most simple stuff, however writing a simple Instant Messager in Java doesn't require extreme amounts of code either. I wrote an GUI Instant Messager in Java with the most common functions, incl. https connections, udpconnections, tunneling, etc and if I remember correctly it was just around 7000 lines of code in 8 sourcefiles (about 12 classes).
Installed KDevelop yesterday and created a small application in a matter of 2 hours. Its very nice if you already know C++ and have some experience from win32 api for instance. What I like about KDE is that all the K* applications use a similar interface and communicates to the user in a similar way. Gnome is just total chaos sometimes.
A sort of basic clone for the good old Amiga. It seems like a cryptic language to me who are used to the C++/java style. The functions reminds me of AMOS, ie there are prebuilt functions for most simple stuff, however writing a simple Instant Messager in Java doesn't require extreme amounts of code either. I wrote an GUI Instant Messager in Java with the most common functions, incl. https connections, udpconnections, tunneling, etc and if I remember correctly it was just around 7000 lines of code in 8 sourcefiles (about 12 classes).