[Ironruby-core] Quick agenda for 1pm in 6741
John Lam (DLR)
jflam at microsoft.com
Tue Sep 18 15:09:49 EDT 2007
A. Discuss next steps in IronRuby implementation:
1. Scanner rewrite (to enable debugging support)
2. Generics implementation (how to prioritize work given demo scenarios)
Demo scenarios:
1. Robotics Studio:
Several different generic methods in first tutorial:
DssEnvironment.ServiceForwarder[bumper.ContactSensorArrayOperations](uri)
Arbiter.Receive<bumper.Update>(params)
Arbiter.Choice<T,U>(params)
2. WPF/SPF:
Minimal use of generics - typically only generic types. From DLR Console:
pg = wpf.Polygoin()
pg.Points = System.Array[wpf.Point](pts)
Generic method:
pg.SetValue[int](params)
More information about the Ironruby-core
mailing list