[Stackless] Falcon - new programming language
Jonas
jonas.esp at googlemail.com
Mon Jun 15 10:59:16 CEST 2009
Hi all,
Falcon is a "new" programming language with a features very interesting, as:
* a native coroutine system
* support for native OS parallel execution model
* a dynamic library interface allows to load and use directly a C
shared module on the host system
* has native internationalization
...
Falcon is a dynamically typed language that rivals the power of other
languages of its type including Python, Ruby, PHP, Lua, and Perl. When
using Falcon you are not limited to a single programming style, you
blend them together or pick one and build your program using the style
you chose.
For more information:
http://en.wikipedia.org/wiki/Falcon_(programming_language)
http://falconpl.org/index.ftd?page_id=facts
More information about the Stackless
mailing list