Changes between Version 8 and Version 9 of WishList
- Timestamp:
- 12/13/12 19:59:06 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WishList
v8 v9 86 86 (thought I'd done this already but evidently not). For the operations see the wiki:PortingC page.[[BR]] 87 87 Python may be a bit more problematical around converting its inbuilt library calls to .Net (from !IronPython though?) 88 comment:[[BR]] 89 I also started on a tool like this (for C#), but like most of my projects, I get sidetracked. In any case, I was thinking it would be a big coup to have converters for both. Regarding IronPython, I think that is a good idea (although not sure how to proceed intelligently), and there is even an IronPython project from a few years back that allowed for importing a number of pyd files as well, so arguably there may be a way to not have to port the Standard Libraries. 90 91 == REPL == 92 It is possible I'm not aware of an existing implementation, but a command line interpreter for Cobra would be awesome. Perhaps something along the lines of [http://www.mono-project.com/CsharpRepl]. 88 93 89 94 == See Also ==