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

Implement an eliom-powered toplevel #6

Open
Drup opened this issue Apr 18, 2016 · 1 comment
Open

Implement an eliom-powered toplevel #6

Drup opened this issue Apr 18, 2016 · 1 comment

Comments

@Drup
Copy link
Member

Drup commented Apr 18, 2016

It should be possible to make a toplevel by spliting the code as it is entered and by compiling the client bytecode with js_of_ocaml when a page is served.

@Drup
Copy link
Member Author

Drup commented Apr 27, 2016

Note after discussion with @vouillon

  • A lot of relevant things are implemented in jsoo's toplevel
  • #require and so on can be implemented with jsoo's dynlinking.
  • it'll probably be necessary to spawn two process for each toplevel and communicate by piping, otherwise, state is going to be horribly tangled.

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

No branches or pull requests

1 participant