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

[REBOL] The Rugby mobile code console!

From: koopmans::itr::ing::nl at: 22-Aug-2001 14:46

Hi, Just uploaded rugby-console.r to the script lib. A very simple console (no completion, no arrows,) that integrates with Rugby. You have a running rugby server while you type at the console! A sample function, do-block is exposed to alllow other people to execute code at your console (although I set the secure level). Be aware that when using view you should not call view but view/new, because you are already in an event loop. Calling view will block rugby. Also: you cannot do a rexec on your own console. And sometimes printing is a small problem. TODO: - improve console (anyone?) - integrate with lookup.r on reboltech.com (a la rim) to create the world wide console Should work with all rebol versions. Let me know what you think. (Pekr, this is the agent-like thingy I talked about) Enjoy, Maarten