Posted by Rory Brown in
Friday, March 12. 2010
I have started developing with a new project. It's a RAD (Rapid Application Development) Program called Lazarus. It is awesome. Basically, I use RAD tools whenever I need to throw out a GUI really quick and get something done rather than twiddle away trying to convince the OS to draw stuff for me. I used to use .Net for this, but Microsoft blows because none of their stuff is platform independent. I can only develop on Windows. That sucks.
But, Lazarus does the exact same thing. It is an IDE for developing code, but primarily you drag and drop components on to a form window, just like in Visual Studios. Then you double click on one of those and it instantly brings you to the procedure in your code so that you may write the small amount of action code that powers it.
The "bad" part, you ask? It's Pascal. I'll let that sink in. Nothing like writing with a language from the 70s. Then again, I use C++ for almost everything else. You kids and your new languages! Get off my lawn!!!
Anyway, Pascal is pretty cool. I don't see anything missing from what I had in C, and it might have a few more things. I never have a problem with the older languages because I've been writing in them for 12 years. Along with PHP, Python, and Coldfusion, of course.
See? Not all that bad, am I.