Pythonect
August 16, 2012 10:33 AM   Subscribe

Pythonect
A general-purpose dataflow programming language based on Python, written in Python

Pythonect is a new, experimental, general-purpose dataflow programming language based on Python.
It aims to combine the intuitive feel of shell scripting (and all of its perks like implicit parallelism) with the flexibility and agility of Python.
Pythonect interpreter (and reference implementation) is written in Python, and is available under the BSD license.

Here is the canonical "Hello, world" example program in Pythonect:

"Hello, world" -> print

See the Pythonect Tutorial: Learn By Example for more examples and details.
Role: lead developer
posted by ikotler (0 comments total) 2 users marked this as a favorite

« Older Stoplight Stories...   |   8-bit Rover... Newer »


You are not currently logged in. Log in or create a new account to post comments.