Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #35168 > unrolled thread

Re: context aware execution

Started byMichael Torrie <torriem@gmail.com>
First post2012-12-19 17:27 -0700
Last post2012-12-19 17:27 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: context aware execution Michael Torrie <torriem@gmail.com> - 2012-12-19 17:27 -0700

#35168 — Re: context aware execution

FromMichael Torrie <torriem@gmail.com>
Date2012-12-19 17:27 -0700
SubjectRe: context aware execution
Message-ID<mailman.1080.1355963276.29569.python-list@python.org>
On 12/19/2012 09:51 AM, Bart Thate wrote:
> Think of sending JSON over the wire, reconstruct an object with it and then
> let the object figure out what it can and cannot do in this external
> environment.

Probably the better way to do it is to formally define an API that lets
an object discover things about its environment and then broker calls
through it.  This is sort of what COM does on windows, or Corba.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web