LightAndLight / ipso

A functional scripting language.
https://ipso.dev
16 stars 1 forks source link

Selective imports from nested modules #380

Open LightAndLight opened 1 year ago

LightAndLight commented 1 year ago

Allow imports like this:

from a.b import c

If a/b.ipso exists, then its c definition should be brought into scope.

LightAndLight commented 1 year ago

Depends on https://github.com/LightAndLight/ipso/issues/73. I haven't implemented "nested" modules at all so far.