c# - Declarative language support in .NET -


i developing simulation engine visual studio offer support building business process simulations. 1 of key features declarative language allow business users setup simulation model. give brief example of mean:

initialise simulation.  create 100 resources.  create 50 jobs.  create 2 teams of resources.  start simulation 10 runs. 

so similar above in visual studio define simulation models. know how other environments java , groovy need develop in vs company uses. ideas can find in vs?

cheers.

since mention groovy, think either ironpython or ironruby fit bill. ruby supposed suited dsl (domain specific language) programming.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -