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

[REBOL] Re: [roadmap] to be found on rebol.com ...

From: nitsch-lists:netcologne at: 15-Jul-2004 15:28

On Donnerstag, 15. Juli 2004 09:29, [bry--itnisk--com] wrote:
> > >>A "REBOL Development Summary" has just appeared on RT's site... > > >> > > >>http://www.rebol.net/devel04.html > > >> > > >>Nice to see - hope they can deliver. > > It seems to me that "a reb-service is just a remote data access mechanism. > It lets you send, retrieve, and manipulate data remotely by using a very > simple interface methods based on REBOL." > would require REBOL to have some form of capability constraints, tougher > than the current system. > reference would be E: http://www.erights.org/elib/capability/index.html > > the Multi-level Sandboxes approach is a good start but is not stringent > enough.
Would not need that because the messages are dialect-based. You write a parse-rule for a mini-langage for your service. Sure you have to add access-checks in your code, but a message can not execute code. -Volker