Hacker News new | ask | show | jobs
by qwertox 483 days ago
Great and informative article. Also nice to get an explicit mention that this isn't just a subprocess call, but running in the same process.

The only thing I'd would have like to see in added would be calling a function defined in Python from Elixir, instead of only the `Pythonx.eval` example.

The `%{"binary" => binary}` is very telling, but a couple of more and different examples would have been nice.