REBOL 3.0

Splitting the system context

Carl Sassenrath, CTO
REBOL Technologies
20-Aug-2009 17:14 GMT

Article #0237
Main page || Index || Prior Article [0236] || Next Article [0238] || 2 Comments || Send feedback

As part of PITL, last month we split out the user context. This is the global environment that is used by your program (script) and the console.

Soon, we need to split out the system context. This is the global environment used by the system itself. Today, it's tucked into the system object in sub-objects such as system/intrinsics. (Back when R3 was started, this was the only place we could store system-related code.)

This is one of those tasks that needs to be done so we can finalize R3 and get it released into beta.

2 Comments

REBOL 3.0
Updated 21-Apr-2024 - Edit - Copyright REBOL Technologies - REBOL.net