2007-12-11

U programming language

At the moment I am developing a new object oriented programming language. The main purpose of this language is to easily write programs for totaly different machines with totaly different architectures. In other words, I am trying to create a language which could be easily compiled to a binary code of any existing architecture without changing the code itself. I am planning to achieve this by using a two-step compilation (explanation will be available later in this blog).

There will be two versions of compilators (and languages as well):

- For stand-alone programming (this version will not be published in the near future)
- For my operating system (this will be a free product)


More information about my OS will be available soon...