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

ANN: The Vault

 [1/7] from: maarten::koopmans::surfnet::nl at: 17-Dec-2002 16:07


Hi, I just uploaded a Christmas 2002 present to http://www.rebolforces.com/~erebol/the-vault.zip All good stuff, made by me and Ernie van der Meer. What's in it? - require.r : a smart runtime include system. Like #include from prebol, but better. Works very good while developing! Once I have modified the sources of the SDK to work with this, you can simply type: require 'prot-http and get that plus all dependencies (e.g.) Of course you can do this yuorself right now. - packer.r : a packager that utilizes a memory-mapped virtual file system, optionally encrypted for paranoid server environments. Use this to package your scripts before encapping them. Combined with require you'll have a much better environment then just using prebol. - rtags.r : for all the VI and emacs lovers: rtags creates tag files of your REBOL projects, allowing you to quickly navigate through the sources. Made by Ernie, VI and slackware guru. - handle.r : utility functions for error handling. Think attempt and try on steroids. - contract.r : a greatly improved design by contract function with help support! That's right, you'll see pre and post conditions in the built-in help. - html.r : a HTML 4.0 dialect for all you web developers, plus some utility functions. - profiler.r : a modified profiler based on Frank Sievertsen's original one. Allows you to add profiling at runtime! --Maarten

 [2/7] from: greggirwin:mindspring at: 17-Dec-2002 11:15


Thanks Maarten! -- Gregg

 [3/7] from: louisaturk:coxinet at: 17-Dec-2002 14:35


Thanks Maarten and Ernie! And have a very merry Christmas. Louis At 04:15 PM 12/17/2002 +0100, you wrote:

 [4/7] from: chalz:earthlink at: 17-Dec-2002 21:13


Sounds good :) --Charles

 [5/7] from: reboler:ifrance at: 18-Dec-2002 9:09


Hi, It sure sounds good, however a bit of documentation will be helpfull. Except for handler.r, it is hard to find how to use theses modules. Patrick _____________________________________________________________________ GRAND JEU SMS : Pour gagner un NOKIA 7650, envoyez le mot IF au 61321 (prix d'un SMS + 0.35 euro). Un SMS vous dira si vous avez gagné. Règlement : http://www.ifrance.com/_reloc/sign.sms

 [6/7] from: warp:reboot:ch at: 18-Dec-2002 14:58


Thanks a lot Maarten and Ernie, you leaving was really bad news! Merry Christmas and happy new year! Will [17.12.2002 16:15 "Maarten Koopmans" [Maarten--Koopmans--surfnet--nl]]

 [7/7] from: maarten:koopmans:surfnet:nl at: 17-Dec-2002 16:07


Hi, I just uploaded a Christmas 2002 present to http://www.rebolforces.com/~erebol/the-vault.zip All good stuff, made by me and Ernie van der Meer. What's in it? - require.r : a smart runtime include system. Like #include from prebol, but better. Works very good while developing! Once I have modified the sources of the SDK to work with this, you can simply type: require 'prot-http and get that plus all dependencies (e.g.) Of course you can do this yuorself right now. - packer.r : a packager that utilizes a memory-mapped virtual file system, optionally encrypted for paranoid server environments. Use this to package your scripts before encapping them. Combined with require you'll have a much better environment then just using prebol. - rtags.r : for all the VI and emacs lovers: rtags creates tag files of your REBOL projects, allowing you to quickly navigate through the sources. Made by Ernie, VI and slackware guru. - handle.r : utility functions for error handling. Think attempt and try on steroids. - contract.r : a greatly improved design by contract function with help support! That's right, you'll see pre and post conditions in the built-in help. - html.r : a HTML 4.0 dialect for all you web developers, plus some utility functions. - profiler.r : a modified profiler based on Frank Sievertsen's original one. Allows you to add profiling at runtime! --Maarten