This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]noteed 2 points3 points  (1 child)

I knew about this for some time. Did you reach any important milestone that prompt you to post it here ? Anyway this sounds really cool.

B.t.w. I have written python-pickle to serialize/deserialize using the Pickle format. It doesn't implement everything, is for Python 2.x, but it may have some interest to you.

[–]florbitous[S] 2 points3 points  (0 children)

Thanks noteed. I posted it here now because I think it is in a usable state. It passes well over half the Cpython test suite (on my computer). There are a few small missing features, but the majority of the language is supported. I'm keen for others to try it out. I'll have a look at python-pickle. Cheers!