Changes between Initial Version and Version 1 of Langbinding/Questions
- Timestamp:
- Aug 10, 2007, 3:45:17 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Langbinding/Questions
v1 v1 1 [[PageOutline]] 2 3 = Questions = 4 5 '''How can we support language specific features, like Lua threads and Python docstring?''' 6 7 '''Should we support selecting a specific overload dynamically, from the language side (Lua, Python, etc.)?''' 8 9 Dave: 10 > IMO there is no need to support that other than by choosing the 11 > argument types carefully. 12 13 '''How to support language specific policies, or user defined policies?'''