Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: rebol/core 2.6 ?

From: sqlab:gmx at: 9-Apr-2002 8:21

What I would like to see is a barebone /core - all the mezzanine functions + dynamic and static library support This will make core slimmer and more powerful. The mezzanine functions can be supported by an external library call - do %mezzanine.r . So everyone is able to just tailor and load the functions he needs. The dynamic and static c-library support in core would even allow to use any os-specific function call and to add any wanted functionality. AR