Slashdot Mirror


User: p0werup

p0werup's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. KDevelop is nice on KDE Wins 3 awards · · Score: 2, Troll

    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.

  2. Reminds me of AMOS on Carl Sassenrath Talks About REBOL · · Score: 1

    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).