This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
Add support for imports? #15
Open
Description
Any plans to add an import statement?
For example:
import IO.*
def test {
return isDirectory("foo")
}
One should be able to import individual functions from a namespace as well.
This would be useful e.g. for DSL-like namespaces - e.g. parser libraries, routers, etc. where you have lots of factory functions packed into a single namespace.
Metadata
Assignees
Labels
No labels
Activity