Skip to content
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

Allow running multiple languages at the same time #10

Open
filmor opened this issue Dec 18, 2018 · 0 comments
Open

Allow running multiple languages at the same time #10

filmor opened this issue Dec 18, 2018 · 0 comments

Comments

@filmor
Copy link
Owner

filmor commented Dec 18, 2018

Instead of writing a new "separate" kernel for each language, maybe we could mix them such that every cell could be executed in the language of choice. This is in fact not hugely difficult, essentially we just need to "spin up" the respective languages by starting their applications. Since objects are mostly "compatible" due to Erlang's simple type system, we can probably even use a common variable store for all of them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant