资 源 简 介
Azure is a powerful, featherweight programming language. Its original motive was for embedding purposes, but it can be used as a stand-alone language. Its basic design philosophy is small yet powerful. Azure is small in that its source tree (both the language core and the libraries) contains approximately 5000 lines of code, and compiles to approximately 120k executable; its memory footprint is small too. Contrast to some other bloated, gluttonous languages, Azure"s small size keeps the embedding cost at a low level. Although Azure is frugal, on the other hand, it does not sacrifice useful features for this. Powerfulness is the other equally important goal of Azure. It supports many features like dynamic typing and garbage collection. Refer to the documents for more Azure"s features.
Azure is friendly for beginners. Unlike some other languages, it does not try to twist users" minds to do daily jobs. It keeps simple things simple. Its syntax stays close to mainstream language