• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
1RemotePyInterpreter
2
3RemotePyInterpreter is a full featured out of process
4Python interpreter in a NSTextView.
5
6The source of this application demonstrates
7- Advanced usage of NSTextView
8- Text completion (Only in OS X 10.3)
9- Asynchronous TCP networking with NSFileHandle
10- One crazy repr/eval-based IPC protocol
11
12Bob Ippolito
13bob@redivi.com
14