clr - How do I embed iron ruby into a c# program? -


i want embed iron ruby mud creating , reason i'm having trouble finding correct examples started.

all want create game 'you' player program bots in iron ruby , interperet code in c# , make bots want them to. also, want make code can parsed string iron ruby code use control bots.

i understand fact dlr , clr 2 different things can't find sample. actual game classic telnet server coded in c# scratch , connects via strict telnet protocol.

it can found here: pttmud.the-simmons.net : 4243 via telnet client , should work.

look @ post: http://www.ironshay.com/post/make-your-application-extendable-using-the-dlr.aspx . shows how call ironruby/ironpython code c#.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -