Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Pythonect
Conversations
About
Pythonect
1–30 of 30
A general-purpose dataflow programming language based on Python, written in Python
http://www.pythonect.org
Mark all as read
Report abusive group
0 selected
Itzik Kotler
7/22/13
Pythonect 0.6.0 released
Hi all, I'm pleased to announce the 0.6.0 release of Pythonect: http://www.pythonect.org
unread,
Pythonect 0.6.0 released
Hi all, I'm pleased to announce the 0.6.0 release of Pythonect: http://www.pythonect.org
7/22/13
Itzik Kotler
4/24/13
Pythonect 0.5.0 Release
Hi All, I am pleased to announce the release of Pythonect 0.5.0, available from https://pypi.python.
unread,
Pythonect 0.5.0 Release
Hi All, I am pleased to announce the release of Pythonect 0.5.0, available from https://pypi.python.
4/24/13
Itzik Kotler
,
Guy Adini
2
2/16/13
Pythonect 0.4.2 Release
Kol Hakavod! And sorry I was so lame about it... On Sat, Feb 16, 2013 at 11:16 AM, Itzik Kotler <
unread,
Pythonect 0.4.2 Release
Kol Hakavod! And sorry I was so lame about it... On Sat, Feb 16, 2013 at 11:16 AM, Itzik Kotler <
2/16/13
Guy Adini
,
Itzik Kotler
2
9/16/12
Q&A
Shana Tova + Question about testing distributed mode
Shana Tova Guy and everyone else! If I understand correctly, the problem is the prerequisite of
unread,
Q&A
Shana Tova + Question about testing distributed mode
Shana Tova Guy and everyone else! If I understand correctly, the problem is the prerequisite of
9/16/12
Guy Adini
, …
Itzik Kotler
8
9/10/12
A noob Python question
Thanks to both of you! On Mon, Sep 10, 2012 at 11:58 AM, Itzik Kotler <xorn...@gmail.com>
unread,
A noob Python question
Thanks to both of you! On Mon, Sep 10, 2012 at 11:58 AM, Itzik Kotler <xorn...@gmail.com>
9/10/12
Itzik Kotler
, …
Guy Adini
9
9/6/12
RFC: Python 2.5, 2.6, and 3k Support
Great! On Fri, Sep 7, 2012 at 12:07 AM, Itzik Kotler <xorn...@gmail.com> wrote: Pythonect (
unread,
RFC: Python 2.5, 2.6, and 3k Support
Great! On Fri, Sep 7, 2012 at 12:07 AM, Itzik Kotler <xorn...@gmail.com> wrote: Pythonect (
9/6/12
Guy Adini
, …
Itzik Kotler
5
9/6/12
Feature idea / request
I think the bar to make something a part of the language (ie incorporating it into a syntax) is much
unread,
Feature idea / request
I think the bar to make something a part of the language (ie incorporating it into a syntax) is much
9/6/12
Guy Adini
,
Itzik Kotler
4
9/4/12
Q&A
Tests in version 0.41
re Jython - Thanks! My next goal is to port Pythonect to run on IronPython (ie .NET VM). There's
unread,
Q&A
Tests in version 0.41
re Jython - Thanks! My next goal is to port Pythonect to run on IronPython (ie .NET VM). There's
9/4/12
Itzik Kotler
9/4/12
Pythonect on Jython
Hi All, I have successfully ported Pythonect 0.4.1 to run on Jython 2.7a2. For the Pythonect on
unread,
Pythonect on Jython
Hi All, I have successfully ported Pythonect 0.4.1 to run on Jython 2.7a2. For the Pythonect on
9/4/12
TL
, …
Itzik Kotler
25
9/3/12
Weird bug (AKA undocumented feature) with file / url object passing
True. On Mon, Sep 3, 2012 at 10:03 PM, nir izraeli <nir...@gmail.com> wrote: just keep in mind
unread,
Weird bug (AKA undocumented feature) with file / url object passing
True. On Mon, Sep 3, 2012 at 10:03 PM, nir izraeli <nir...@gmail.com> wrote: just keep in mind
9/3/12
Guy Adini
, …
TL
7
9/3/12
SYNTAX: Passing lists with -> ?
I'm siding with Guy's original proposal, with a small modification to it. I think passing
unread,
SYNTAX: Passing lists with -> ?
I'm siding with Guy's original proposal, with a small modification to it. I think passing
9/3/12
Itzik Kotler
,
TL
2
9/3/12
Pythonect 0.4.1 Released
Awesome! :D
unread,
Pythonect 0.4.1 Released
Awesome! :D
9/3/12
TL
,
Itzik Kotler
3
9/3/12
Another bug
Opened.
unread,
Another bug
Opened.
9/3/12
Guy Adini
, …
TL
7
9/2/12
Syntax for accessing old results/variables
I'm not sure about all this, IMO a predefined LIFO stack would only make the language more
unread,
Syntax for accessing old results/variables
I'm not sure about all this, IMO a predefined LIFO stack would only make the language more
9/2/12
Itzik Kotler
, …
Guy Adini
6
9/2/12
RFC: Multiple Data Stream in One Data Flow
Interesting. Right now, literal dict() is treated as a switch statement w/o fall through. ie 1 ->
unread,
RFC: Multiple Data Stream in One Data Flow
Interesting. Right now, literal dict() is treated as a switch statement w/o fall through. ie 1 ->
9/2/12
TL
,
Itzik Kotler
3
8/29/12
Windows bug report
Hi, Please see inline. On Wed, Aug 29, 2012 at 6:14 PM, TL <gsog...@gmail.com> wrote: I've
unread,
Windows bug report
Hi, Please see inline. On Wed, Aug 29, 2012 at 6:14 PM, TL <gsog...@gmail.com> wrote: I've
8/29/12
TL
,
Itzik Kotler
2
8/29/12
Module function documentation?
Hi, You are right, both eval() and split() are missing __doc__ strings, please open a ticket/bug at
unread,
Module function documentation?
Hi, You are right, both eval() and split() are missing __doc__ strings, please open a ticket/bug at
8/29/12
Guy Adini
,
Itzik Kotler
4
8/29/12
Q&A
eval_test_gen.py
Great! Will include this patch in 0.4.1. On Wed, Aug 29, 2012 at 4:20 PM, Guy Adini <guyadini@
unread,
Q&A
eval_test_gen.py
Great! Will include this patch in 0.4.1. On Wed, Aug 29, 2012 at 4:20 PM, Guy Adini <guyadini@
8/29/12
Guy Adini
,
Itzik Kotler
2
8/29/12
First noob questions about pythonect
Hi Guy, Please see inline. On Wed, Aug 29, 2012 at 2:15 PM, Guy Adini <guya...@gmail.com>
unread,
First noob questions about pythonect
Hi Guy, Please see inline. On Wed, Aug 29, 2012 at 2:15 PM, Guy Adini <guya...@gmail.com>
8/29/12
Itzik Kotler
8/13/12
Updated Pythonect Tutorial: Learn By Example && Pythonect FAQ: Call For Questions
Hi All, I have just updated Pythonect Tutorial: Learn By Example (https://github.com/ikotler/
unread,
Updated Pythonect Tutorial: Learn By Example && Pythonect FAQ: Call For Questions
Hi All, I have just updated Pythonect Tutorial: Learn By Example (https://github.com/ikotler/
8/13/12
Itzik Kotler
8/9/12
Pythonect 0.4.0 Released
Hi All, I am pleased to announce the release of Pythonect 0.4.0, available from https://github.com/
unread,
Pythonect 0.4.0 Released
Hi All, I am pleased to announce the release of Pythonect 0.4.0, available from https://github.com/
8/9/12
Itzik Kotler
7/14/12
Pythonect 0.3.1 Released
Hi All, I am pleased to announce the release of Pythonect 0.3.1, available from https://github.com/
unread,
Pythonect 0.3.1 Released
Hi All, I am pleased to announce the release of Pythonect 0.3.1, available from https://github.com/
7/14/12
Itzik Kotler
,
Idan.livni
2
6/20/12
Pythonect 0.3.0 Released
Awesome work ? Thanks, Idan On Jun 20, 2012, at 4:09 PM, Itzik Kotler <xorn...@gmail.com>
unread,
Pythonect 0.3.0 Released
Awesome work ? Thanks, Idan On Jun 20, 2012, at 4:09 PM, Itzik Kotler <xorn...@gmail.com>
6/20/12
Itzik Kotler
5/30/12
Call for Syntax
Hi All, Pythonect is almost two months old and I think it's a good time to promote a design
unread,
Call for Syntax
Hi All, Pythonect is almost two months old and I think it's a good time to promote a design
5/30/12
Itzik Kotler
5/27/12
Pythonect 0.2.1 Released
Hi All, I am pleased to announce the release of Pythonect 0.2.1, available from https://github.com/
unread,
Pythonect 0.2.1 Released
Hi All, I am pleased to announce the release of Pythonect 0.2.1, available from https://github.com/
5/27/12
Itzik Kotler
5/6/12
Updated Pythonect Wiki. Added Roadmap, Ideas Pool and more.
Hi All, I have updated the Pythonect Wiki again, here are the changes: 1. Updated Pythonect Tutorial
unread,
Updated Pythonect Wiki. Added Roadmap, Ideas Pool and more.
Hi All, I have updated the Pythonect Wiki again, here are the changes: 1. Updated Pythonect Tutorial
5/6/12
Itzik Kotler
4/30/12
Pythonect 0.2.0 Release
Hi All, I am pleased to announce the release of Pythonect 0.2.0, available from https://github.com/
unread,
Pythonect 0.2.0 Release
Hi All, I am pleased to announce the release of Pythonect 0.2.0, available from https://github.com/
4/30/12
Itzik Kotler
4/18/12
Pythonect 0.1.1 Release
Hi All, I am pleased to announce the release of Pythonect 0.1.1, available from https://github.com/
unread,
Pythonect 0.1.1 Release
Hi All, I am pleased to announce the release of Pythonect 0.1.1, available from https://github.com/
4/18/12
Itzik Kotler
,
Christopher Lozinski
2
4/8/12
Pythonect Wiki & Pythonect Tutorial: Learn By Example
I know what I would like to see. I would like to see a threaded python, where every python expression
unread,
Pythonect Wiki & Pythonect Tutorial: Learn By Example
I know what I would like to see. I would like to see a threaded python, where every python expression
4/8/12
Itzik Kotler
4/1/12
Pythonect 0.1.0 Release
Hi All, I'm pleased to announce the first beta release of Pythonect interpreter. Pythonect is a
unread,
Pythonect 0.1.0 Release
Hi All, I'm pleased to announce the first beta release of Pythonect interpreter. Pythonect is a
4/1/12