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

README could be better examplining how to run things #9

Open
neojski opened this issue Nov 14, 2020 · 0 comments
Open

README could be better examplining how to run things #9

neojski opened this issue Nov 14, 2020 · 0 comments
Labels
forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system.

Comments

@neojski
Copy link

neojski commented Nov 14, 2020

It seems not obvious as how to compile the example at the tip. I managed to do it by:

sed 's/~rest:`Log//' -i **/*.ml
mv example/dune{.example,}
dune build example/hello_world.so
emacs -Q -L _build/default/example --batch --eval "(progn (require 'hello_world) (say-hello \"emacs\"))"

I suspect that an alternative would be to run v0.14 to compile against the async that's in opam so that I wouldn't need to drop rest. What's the recommended way of running those at home?

@github-iron github-iron added the forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system. label Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system.
Projects
None yet
Development

No branches or pull requests

2 participants