Is there a scripting language that works with C#?

Started by
3 comments, last by ldeej 16 years ago
Hi all, I am currently looking for a scripting language that would work with C# - I know that there is one for LUA - but what other options are there, which uses a C-style syntax and preferably has some support for OOP?
GamesTopica.Net- http://www.gamestopica.net
Advertisement
from what I remember C# is an option
I've heard that some people like Boo.
If you're in .NET, you may as well use a .NET language. That means Boo, F#, VB, IronPython, or (of course) C#. (Or something else. That's not a comprehensive list.) But what you really need to figure out is what the scripting language is for. In what ways should it be different from your host language, and (more importantly) why?
There is also IronRuby, and LuaPlus

This topic is closed to new replies.

Advertisement