8 ms·
The `import` macro extends the current environment with prefixed symbols from another environment. But the environment is a first-class object that you can hold
by ianthehenry 3mo ago
The `import` macro extends the current environment with prefixed symbols from another environment. But the environment is a first-class object that you can hold and manipulate and use in arbitrary ways — `require` is the lower level primitive that `import` is built on.