User loginNavigation |
archivesPythonect 0.6.0 releasedHi all, I'm pleased to announce the 0.6.0 release of Pythonect: http://www.pythonect.org Pythonect is a new, experimental, general-purpose dataflow programming language based on Python. It provides both a visual programming language and a text-based scripting language. The text-based scripting language aims to combine the quick and intuitive feel of shell scripting, with the power of Python. The visual programming language is based on the idea of a diagram with “boxes and arrowsâ€. Pythonect interpreter (and reference implementation) is a free and open source software written completely in Python. It is available under the the BSD 3-Clause License. Highlights for this release include: * Support for parsing and running Microsoft Visio 2007 and 2010 VDX's (Visio XML Diagrams) * Support for parsing and running Dia (both compressed, and not compressed diagrams) * Any Python function can be a reduce()-like using the `_!` identifier (e.g. [1,2,3] -> sum(_!) -> print will print 6) For more details about the new release please visit: Download page: https://pypi.python.org/pypi/pythonect * Homepage: http://www.pythonect.org Please try out this new release and let me know if you experience any problem by filing issues on the bug tracker. Thanks in advance.
Itzik Kotler
By ikotler at 2013-07-22 06:36 | LtU Forum | login or register to post comments | other blogs | 3766 reads
|
Browse archivesActive forum topics |
Recent comments
22 weeks 4 days ago
22 weeks 4 days ago
22 weeks 4 days ago
44 weeks 5 days ago
49 weeks 11 hours ago
50 weeks 4 days ago
50 weeks 4 days ago
1 year 1 week ago
1 year 5 weeks ago
1 year 5 weeks ago