I'm still trying to install Linux (some problem or bug or something... going for the Fedora distribution)

But I just had some thoughts...

So, say I use some language (C , C++, VB6) and I scan through my new language, for example the following:

consay("saying a message in the console")

I program the langauge (C, C++, VB6) to look for the words consay and the syntax such as (, ", etc. Then, I write to a text file and translate the code I wrote into C (like printf instead of my consay). Then I pass the text file to an open source C compiler. Whala, my program...

Would this work? Also can I have your ideas?

Alacritous