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

Support for function calls in the kernel #37

Closed
sawman opened this issue Apr 29, 2016 · 2 comments
Closed

Support for function calls in the kernel #37

sawman opened this issue Apr 29, 2016 · 2 comments
Assignees

Comments

@sawman
Copy link
Contributor

sawman commented Apr 29, 2016

We want to support calling functions declared in the environment outside the kernel. This means that we will use reflection to import the function from the environment when we detect a call in the code generator, and compile the function automatically.

@sawman sawman self-assigned this Apr 29, 2016
@sawman sawman added this to the who-knows-when-beta milestone Apr 29, 2016
@sawman
Copy link
Contributor Author

sawman commented Apr 29, 2016

#13 Add user_ to all generated function names, for function name safety in userland.

@robertleeplummerjr
Copy link
Member

This has been solved.

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

2 participants