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 to load code from other scripts #10

Closed
Kjarrigan opened this issue Sep 29, 2021 · 1 comment
Closed

Allow to load code from other scripts #10

Kjarrigan opened this issue Sep 29, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Kjarrigan
Copy link
Contributor

Right now I everything I need has to be in the same file, but for some common/shared functions and/or readability (and eventually a stdlib?) a loading mechanism would be nice. As first iteration something like

load "./other_script.rl"

other_script_func("Hello World")

would be nice.

@Flipez Flipez added the enhancement New feature or request label Sep 29, 2021
@Flipez Flipez added this to the 0.11.0 milestone Dec 28, 2021
@Flipez
Copy link
Owner

Flipez commented Jan 13, 2022

Implemented in #31

@Flipez Flipez closed this as completed Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants