Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.090 X-Spam-Evidence: '*H*': 0.82; '*S*': 0.00; 'language?': 0.16; 'subject:virtual': 0.16; 'language': 0.16; 'machine': 0.22; 'header:User-Agent:1': 0.23; 'tried': 0.27; 'wondering': 0.29; 'pickle': 0.31; 'subject:other': 0.31; 'anyone': 0.31; 'another': 0.32; 'everyone': 0.33; 'subject:?': 0.36; 'virtual': 0.37; 'implement': 0.38; 'to:addr:python-list': 0.38; 'little': 0.38; 'environment.': 0.39; 'to:addr:python.org': 0.39; 'within': 0.65 Date: Tue, 29 Oct 2013 12:12:37 -0400 From: Patrick User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130917 Thunderbird/17.0.9 MIME-Version: 1.0 To: python-list@python.org Subject: Pickle virtual machines implemented in other languages? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - tor-sh10.fullhost.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spellingbeewinnars.org X-Get-Message-Sender-Via: tor-sh10.fullhost.com: authenticated_id: patrick@spellingbeewinnars.org X-Mailman-Approved-At: Tue, 29 Oct 2013 17:14:07 +0100 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383063249 news.xs4all.nl 16008 [2001:888:2000:d::a6]:51860 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57927 Hi Everyone I was just wondering if anyone had tried to implement a pickle virtual machine in another language? I was thinking that it might make for a nice little form of cross language IPC within a trusted environment.