Click here to Skip to main content
15,867,704 members
Articles / Programming Languages / ASM

Bird Programming Language: Part 3

Rate me:
Please Sign up or sign in to vote.
4.88/5 (5 votes)
1 Jan 2013GPL35 min read 29.5K   282   14  
A new general purpose language that aims to be fast, high level and simple to use.
@echo Building: BirdCore
@cd BirdCore
@call Build.bat
@cd..
@echo.

@cd BlitzMax
@echo Building: BlitzMax
@call Build.bat
@cd..

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer
Hungary Hungary
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions