Ticket #23 (new enhancement)
Opened 16 years ago
Invoke DLR during dynamic binding
Reported by: | Chuck | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | dlr | Cc: |
Description
If possible, dynamically detect and use the DLR during dynamic binding. Currently, Cobra only uses CLR reflection for dynamic binding. This works find for objects created from Cobra, C# and VB, but will not leverage objects from dynamic languages such as IronPython? and IronRuby?.
The code for dynamic binding is found in CobraLang.cs in the CobraImp? class.
Ideally, the use of DLR would be dynamic such that it does not become a requirement for deploying Cobra programs.
Note: See
TracTickets for help on using
tickets.