Re: [Tutor] data driven programming

2014-04-04 Thread Alex Kleider
On 2014-04-04 01:51, Alan Gauld wrote: On 04/04/14 03:33, Alex Kleider wrote: And to some extent Python is an example of a data driven design since function (and method) calls are associated with dictionaries (ie Python namespaces). Can you elaborate, please, on what you mean by pointing out

Re: [Tutor] data driven programming

2014-04-04 Thread Alan Gauld
On 04/04/14 03:33, Alex Kleider wrote: And to some extent Python is an example of a data driven design since function (and method) calls are associated with dictionaries (ie Python namespaces). Can you elaborate, please, on what you mean by pointing out that the fact that Python's function and

[Tutor] data driven programming

2014-04-03 Thread Alex Kleider
On 2014-04-03 16:36, Alan Gauld wrote: On 04/04/14 00:09, Alex Kleider wrote: On 2014-04-03 13:52, Danny Yoo wrote: You'll also hear the term "Data Driven Programming" or "Table Driven Programming" to refer to this idea. For example: http://blogs.msdn.com/b/ericlippert/archive/2004/02/24