Changes between Version 6 and Version 7 of WishList
- Timestamp:
- 12/12/12 12:10:45 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WishList
v6 v7 66 66 .foo(~b / ~a + ~c) 67 67 }}} 68 comment:[[BR]] 69 If its using a convention anyway lets go the full route and just use a,b,c,... ( or something 'conventional') for the ordered lambda args and can lose the tilde prefix entirely. 68 70 69 71 == Language support for multiprocessing == … … 75 77 Tools to assist in converting source code from C# and Python to Cobra. Not nec. perfect, but even 90-95% would be awesome. 76 78 79 comment:[[BR]] 80 For C# this is mostly removal/simplification/pruning, 90% of which can be done with a relatively simple (multiline) sed script.[[BR]] 81 (thought I'd done this already but evidently not). For the operations see the wiki:PortingC page.[[BR]] 82 Python may be a bit more problematical around converting its inbuilt library calls to .Net (from !IronPython though?) 83 77 84 == See Also == 78 85