Re: is there a very simple script interpreter?
From: Maurice Reeves (maurice.reeves_at_gmail.com)
Date: 07/17/04
- Next message: yang: "BLOBs"
- Previous message: Glenn Wilson: "Re: Free Space on a Drive Passing UNC Path"
- In reply to: hOSAM: "is there a very simple script interpreter?"
- Next in thread: hOSAM: "Re: is there a very simple script interpreter?"
- Reply: hOSAM: "Re: is there a very simple script interpreter?"
- Messages sorted by: [ date ] [ thread ]
Date: 16 Jul 2004 19:31:24 -0700
You could use Reflection to instantiate your business logic and then
look at your object and see if it has a Command corresponding to the
name in the script, and if it does, execute it, but frankly that seems
like a hell of a lot of overhead to do what should probably be done in
the code itself.
Why are you doing things this way? Did the client request it?
- Next message: yang: "BLOBs"
- Previous message: Glenn Wilson: "Re: Free Space on a Drive Passing UNC Path"
- In reply to: hOSAM: "is there a very simple script interpreter?"
- Next in thread: hOSAM: "Re: is there a very simple script interpreter?"
- Reply: hOSAM: "Re: is there a very simple script interpreter?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|