José Joaquín Atria

Results 53 comments of José Joaquín Atria

Thanks! That's very good to know. And since there is a workaround I don't even think the behaviour should necessarily change: it makes sure that people who choose to do...

That sounds great. Particularly the "importable modules" as opposed to included files. I'm very interested in how that would be implemented, because of what we've already talked about regarding the...

A side effect of this I recently noticed. With an example like ``` praat procedure _test () .secret$ = "exposed" .secret$[1] = "secret!" endproc ``` The value of the `_test.secret$`...

> Your website says that plugin_utils requires plugin_selection, but the reverse also seems to be the case. Really? That's a mistake. "utils" should only require "testsimple", and that only for...

Oops! Thanks for pointing that out.

Totally agree. This is something a lot of people (mostly developers) want. I certainly have been thinking about it for a while, and we spoke about it with @PaulBoersma in...

> Such a library would contain lots of stuff that you wouldn't need for a web service, for instance Couldn't we just break those into smaller ones? Praat is a...

All I'm trying to say is that having a Praat library is something a lot of people want (me included), and I think it would be better to have a...

I don't think that comparison works. R has no notion of "command", it uses functions which can be created and redefined at runtime. There's technically no limit to the number...

I know it is irrelevant what they are called (commands, functions, etc). What I was trying to say was that the Praat "commands" and the Python "functions" do not exist...