STklos icon indicating copy to clipboard operation
STklos copied to clipboard

[R7RS] `load` has an optional second argument

Open jpellegrini opened this issue 10 months ago • 1 comments

Hi @egallesio !

R7RS says that load should accept a second optional argument:

(load filename environment-specifier)

It would be a STklos module.

I looked into lib/load.stk, but I'm not yet familiar with that part of the code, so I didn't make a PR...

jpellegrini avatar Aug 26 '23 00:08 jpellegrini

It's already on my TODO list :smiley: Don't worry, I'll do it (but probably for after 2.00, because the code about loading is too complicated and needs some rewriting).

egallesio avatar Aug 26 '23 20:08 egallesio