Skip to content

Type mappings #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
s2hc-johan opened this issue Feb 6, 2019 · 0 comments
Open

Type mappings #4

s2hc-johan opened this issue Feb 6, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@s2hc-johan
Copy link
Collaborator

To allow for better interaction between erlang and python we should modify and or allow for user to change the mapping between types.

For the most part I think that this would be more sane and closer to what people would expect
erlang string (list of integers below 255) -> py list
erlang list -> py list
erlang binary -> py binary

py list -> erl list
py str -> erl binary (with default utf-8 encoding)
py binary -> erl binary

This could potentially solve the issues in #2

@s2hc-johan s2hc-johan added the enhancement New feature or request label Feb 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant