[ / main / software / incode ]
incode

inCode is my first attempt at writing a programming language. I wanted to create an easy to use, extensible, object-oriented language. Something between C++ and VisualBasic.NET, with features found in C, Pascal, and even assembly language.

The download contains all source code needed to compile the current version of inCode under the Linux operating system (./configure, make). inCode may also compile under DJGPP (untested), however, the input device will have to be changed from /dev/stdin to the DOS equivalent ("CON:" ?)

Please note that this release could be classified as pre-alpha. We're releasing the source simply because we can :) Someone might find it useful.