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

auto translation to lisp #5

Closed
houndofsound opened this issue Jul 2, 2019 · 2 comments
Closed

auto translation to lisp #5

houndofsound opened this issue Jul 2, 2019 · 2 comments

Comments

@houndofsound
Copy link

hi
is there a way in ecaml to auto-translate one's ecaml creations into lisp code
(for inclusion in one's .emacs)?
otherwise, is it a reasonably doable proposition ?

@dwang20151005
Copy link

No, we don't have a way to cross-compile OCaml into elisp, and we're unlikely to implement that ever.

Consider, for example, that my OCaml function is very likely to call into Core_kernel or some other giant OCaml library. It'd be a nontrivial project just to find the dependencies, much less cross-compile it all.

What is your use case? Portability?

@bcc32
Copy link
Member

bcc32 commented Aug 3, 2019

Closing due to inactivity.

@bcc32 bcc32 closed this as completed Aug 3, 2019
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

3 participants