Server-side Scripting Language..

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hey,

Now I'm doing a ASP.NET 2.0 C# application and customization is one of
the main requirements. So what I need is a smaller (easier for non-
developers) scripting language to allow writing small scripts that
will be executed -server-side-.

At the moment I'm working with Lua through LuaInterface and have made
a small DSL (domain-specific-language) in Lua using functions /
closures. This makes it easy to write configurations in the script
boxes.

However, having one Lua interpreter for each session seems wasteful
and using reflection through LuaInterface to change properties of
ASP.NET objects seems like this could quickly become both a memory and
performance bottleneck.

So I was wondering, what do other people do in this situation? C#
scriping? JScript? implement a small lexer / parser themselves
(personally I like the expression evaluation capabilities of small
scriping languages - and they're usually easier to extend)...?

Please :-)

.



Relevant Pages

  • Re: Scripting Question
    ... I think it is important to remember the problems that most scripting ... > especially if my game is realtime. ... Lua when you are quite willing to waste the potential of C by moving ... entirely into a scripting language. ...
    (rec.games.roguelike.development)
  • Re: WIMP programming under RISC OS and Windows
    ... program will be written in a scripting language to hold and ... This is the first step and because of using Lua this should be platform ... The second step is to create a GUI which makes using of the program easier. ...
    (comp.sys.acorn.programmer)
  • ekWSHControl: Lua scripting
    ... Just let me inform that Lua active scripting support is fixed and improved ... You can download ActiveLua ... You can get 10% discount for any order amount if order our ...
    (borland.public.delphi.thirdpartytools.general)
  • Lua: further investigation and comparisons with Python and Forth
    ... Lua's scripting command syntax is pretty simple, ... very similar to Python. ... Lua is designed to be driven "from the outside" by an embedding host ... providing an embeddable, extendable scripting language, so the Lua C API is ...
    (comp.lang.python)