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

unclear documentation on embedding #9914

Closed
Ken-B opened this issue Jan 24, 2015 · 2 comments
Closed

unclear documentation on embedding #9914

Ken-B opened this issue Jan 24, 2015 · 2 comments
Labels
docs This change adds or pertains to documentation embedding Embedding Julia using the C API

Comments

@Ken-B
Copy link
Contributor

Ken-B commented Jan 24, 2015

The C example in the docs has these 2 initial steps:

jl_init(NULL);
jl_eval_string("print(sqrt(2.0))");

but right below the text talks about another step in between concerning tasks, which I don't see in the example: "The second statement initializes Julia’s task scheduling system".

Could someone clarify this? Thanks.

@vtjnash
Copy link
Member

vtjnash commented Jan 25, 2015

that statement should refer to jl_init itself now (until #9461 is merged, and the statement becomes entirely unnecessary)

@vtjnash vtjnash added the docs This change adds or pertains to documentation label Jan 25, 2015
@ihnorton ihnorton added the embedding Embedding Julia using the C API label Jan 26, 2015
@Ken-B
Copy link
Contributor Author

Ken-B commented Sep 16, 2015

That section of the documentation seems to have been adapted, so I'll close this issue. Thanks.

@Ken-B Ken-B closed this as completed Sep 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation embedding Embedding Julia using the C API
Projects
None yet
Development

No branches or pull requests

3 participants