GNU Mes and the module system
ekaitz.elenq.tech·1d·
Custom Rule Development
Preview
Report Post

Ekaitz’s tech blog:I make stuff at ElenQ Technology and I talk about it

From the series: GNU Mes interpreter speedup

In the previous post I promised that I was going to talk about the module system. It’s time for that.

The module system

I didn’t pay any attention to the module system when I prepared the project. I thought that it was just going to work because it was all Scheme. Sometimes I’m just too smart.1

As I explained before, the interpreter runs the boot code to prepare the everything for user code to run, but what does that really mean?

When the module system is loaded, it takes control of almost everything. It’s like the runtime is hijacked by it:…

Similar Posts

Loading similar posts...