Hi,
I've always wanted to program stuff, but sadly I have no skills whatsoever in remembering things as basic as CSS/XHTML, let alone try and remember C/++ or Java, Perl, Python, Ruby, etc.
I wanted to know; is there a "visual" progamming application?
I know it's sad :P, but I want something that I can use to "draw" a program, and make it work by progamming it visually. No code typing or anything. I want to do this so that I can study how to do certain things, like that
this is the Hello, World code for C.
I was considering Trolltech's QT, but the licensing prices are just too high for me (Unless they'll give discounts for students )
And if such an application doesn't exist, is there a programming language out there that is human-readable? A lot of C/++/Java/etc. stuff looks really complicated and too unreadable. Of course, this is coming from someone who spends a lot of time with CSS/XHTML (And yes, I know they aren't programming languages ;P) so yeah I don't generally use anything for purposes other than displaying static information.
Another thing while I'm at it; I've always wanted to develop my own game, but I wanted to know; is there a sort of, erm, builder-style sim slash RPG slash adventure game out there? Where you control one character, and attempt to expand you assets and such by going on quests and stuff, explore, etc. So I guess that makes it a cross between Pokemon, Harvest Moon, and Kingdom of Loathing. Weird. o_O. If you know one that has the engine GPL'ed, that would be wonderful to mention.
I've always wanted to program stuff, but sadly I have no skills whatsoever in remembering things as basic as CSS/XHTML, let alone try and remember C/++ or Java, Perl, Python, Ruby, etc.
I wanted to know; is there a "visual" progamming application?
I know it's sad :P, but I want something that I can use to "draw" a program, and make it work by progamming it visually. No code typing or anything. I want to do this so that I can study how to do certain things, like that
Code:
main() { printf("hello, world\n"); }
I was considering Trolltech's QT, but the licensing prices are just too high for me (Unless they'll give discounts for students )
And if such an application doesn't exist, is there a programming language out there that is human-readable? A lot of C/++/Java/etc. stuff looks really complicated and too unreadable. Of course, this is coming from someone who spends a lot of time with CSS/XHTML (And yes, I know they aren't programming languages ;P) so yeah I don't generally use anything for purposes other than displaying static information.
Another thing while I'm at it; I've always wanted to develop my own game, but I wanted to know; is there a sort of, erm, builder-style sim slash RPG slash adventure game out there? Where you control one character, and attempt to expand you assets and such by going on quests and stuff, explore, etc. So I guess that makes it a cross between Pokemon, Harvest Moon, and Kingdom of Loathing. Weird. o_O. If you know one that has the engine GPL'ed, that would be wonderful to mention.
Comment