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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -