lfex / py

Distributed Python for the Erlang Ecosystem
220 stars 13 forks source link

Add Python module (or function) for wrapping in-place functions #29

Open oubiwann opened 9 years ago

oubiwann commented 9 years ago

Functions that do in-place modification of data aren't supported in ErlPort; only functions that return data. It should be fairly trivial to wrap in-place functions in a Python function that returned the modified data.