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

Allow "require" or "import" #114

Closed
skx opened this issue Dec 17, 2022 · 0 comments · Fixed by #119
Closed

Allow "require" or "import" #114

skx opened this issue Dec 17, 2022 · 0 comments · Fixed by #119

Comments

@skx
Copy link
Owner

skx commented Dec 17, 2022

Something like:

(require foo)

Or

(import foo)

Should load foo.yal.

That would allow me to breakup my larger code into distinct modules. The only obvious complication is deciding where to load the library from - I guess there should be a notion of a load-path, and that should be configurable.

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

Successfully merging a pull request may close this issue.

1 participant