Initial commit
[minnow.git] / readme.txt
blob58f5a8d7a530e3f4a0a5b02ba25d01fa073ccb9c
1 Minnow Programming Language 
2 Pre-release 0.xx
4 http://minnow-lang.org
5 http://code.google.com/p/minnow-language
7 See license.txt for license details
9 ---
10 REQUIREMENTS:
12   * Boost 1.35
14 NOTES:
16 Please note this is a pre-release, which currently means "expect few things to work".  Minnow is under rapid development, so expect its state to change quickly from day to day until it comes to build a release for public consumption.
18 The Minnow programming language is split into two parts:
20   * 'minnow': a Minnow-to-C++ translator that outputs code which links to aquarium
21   * 'aquarium': a library that handles the nuts and bolts of messaging, creating, rebalancing, isolating, and destroying actors
23 The translator can attempt to use a C++ compiler on your system, if it's available.  To change the commandline it uses see src/minnow/main.cpp