what do people use for scripting in .net apps. New question after MS drops IronPython
IP used to be my favorite; then Lua
What do I mean by scripting. I mean I have a large system management tool that allows users to plugin bits of smartness, this include assemblies and scripts. What language should I use for the scripts. So I need an embeddable interpreter, prefably one that integrated well with .net
The MS announcement is here
http://www.theregister.co.uk/2010/10/22/microsoft_kills_dynamic_languages_projects/
F# - several people have said F#. Is F# usable as an embedded scripting language?