Snow is a simple, dynamic, and expressive programming language with an emphasis on speed and simplicity.
Snow is a programming language. It is dynamic, object-oriented, function-centered, fast, and very simple. Everything in Snow is an object (except flow control structures), and every object can also act as a function, if needed.
Snow is inspired by marvellous languages such as Ruby, Smalltalk, JavaScript/ECMAScript, and Python. Snow is compiled directly to machine code, which makes it very fast. It is also garbage collected, so you rarely have to worry about cleaning up after yourself. The Snow Compiler and Runtime are written in C++, and are very lightweight.
Last updated 08/11/09
