On Wed, 26 Jul 2000, you wrote: <snip> > This is more or less what Sesil is, except rather than using a Lisp > syntax I use RPN which is even simpler to parse. It has no control flow > statements, or even any decision-making statements. It is essentially > like altavista's advanced search in terms of power, but with a wider > selection of commands.
Since I'm assuming we are not going to ask users to write stuff in RPN, then you would need some client language to write the rules in and then compile into your language? You compare it to java bytecode, so I also guess you want to use byte commands? > Ian. > > _______________________________________________ > Freenet-dev mailing list > Freenet-dev at lists.sourceforge.net > http://lists.sourceforge.net/mailman/listinfo/freenet-dev -- \oskar _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
