1 Minnow Programming Language
5 http://code.google.com/p/minnow-language
7 See license.txt for license details
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