On Tue, Jan 6, 2015 at 5:18 AM, Eric S. Johansson wrote:
> Is there any problem with keeping the conversation going here or would you
> prefer some other way of talking about it? I've been hesitant to put my work
> up on github because it's flailing about with also the bloody loose ends
> because
ect: Re: need some guidance on Python syntax smart editor for use with
speech recognition
On 1/5/2015 7:24 AM, Chris Angelico wrote:
On Mon, Jan 5, 2015 at 8:34 PM, Jonas Wielicki
wrote:
As a first iteration, I would try with any editor written in Python.
Are you familiar with the ast[1] mo
On 1/5/2015 7:24 AM, Chris Angelico wrote:
On Mon, Jan 5, 2015 at 8:34 PM, Jonas Wielicki wrote:
As a first iteration, I would try with any editor written in Python.
Are you familiar with the ast[1] module? It could be worth trying to
use this module and perform some kind of pattern matching o
On 1/5/2015 3:12 AM, Chris Angelico wrote:
On Mon, Jan 5, 2015 at 6:43 PM, Eric S. Johansson wrote:
The obvious answer is saving that meta-information in conjunction with the
code but when working in a team environment, that information is going to
drive you handies up the wall because it's go
On Mon, Jan 5, 2015 at 8:34 PM, Jonas Wielicki wrote:
> As a first iteration, I would try with any editor written in Python.
> Are you familiar with the ast[1] module? It could be worth trying to
> use this module and perform some kind of pattern matching on the
> results to recover the informatio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Dear Eric,
On 05.01.2015 08:43, Eric S. Johansson wrote:
> what's a good open editor ( preferably multiplatform) that
> actually decomposes Python code into fundamental components such as
> class, expression, etc. and, lets you operate on those comp
On Mon, Jan 5, 2015 at 6:43 PM, Eric S. Johansson wrote:
> The obvious answer is saving that meta-information in conjunction with the
> code but when working in a team environment, that information is going to
> drive you handies up the wall because it's going to visually overwhelm the
> actual co
Some of you will recognize me as someone who pops up occasionally asking
questions as I grope my way to a usable speech driven programming
environment. My last set of experiments with a technique called
togglename and speech driven template notation hit a pretty nasty wall
of usability because