Changes between Version 2 and Version 3 of WishList
- Timestamp:
- 12/07/12 12:30:31 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WishList
v2 v3 2 2 3 3 This is the wish list. Don't be shy. Jot down your wishes here, or if it's something that really needs to fixed or done, [http://cobra-language.com/trac/cobra/report fill out a ticket]. You can also start by mentioning these things on the discussion forum or IRC. 4 5 == Support multiline Strings == 6 Multiline (including embedded newlines) for templating or literal text chunks with or without substitution expression support[[BR]] 7 [http://cobra-language.com/trac/cobra/ticket/120 ticket:120] 8 9 == Finish Type Inference == 10 Type inference of method references and lambdas is currently not done requiring specification of an explicit (sig) type.[[BR]] 11 This should be (better) supported[[BR]] 12 [http://cobra-language.com/trac/cobra/ticket/39 ticket:29] and [http://cobra-language.com/trac/cobra/ticket/204 ticket:204] 13 14 == Builtin support for Regular expressions and literals == 15 Language support (expressions and literals) for Regular expressions[[BR]] 16 [http://cobra-language.com/trac/cobra/ticket/174 ticket:174] 17 4 18 5 19 == Proper Timeout mechanism == … … 36 50 This will look extra sweet when stacking up multiple LINQ calls or any other API that makes heavy use of lambda expressions. Note that one disadvantage is that if the expression needs to use the arguments in a different order then you will have to use the full "do" form. 37 51 52 == Language support for multiprocessing == 53 Language level support for creation, spawning and management of tasks or co-Routines and a safe communication mechanism between them.[[BR]] 54 Perhaps something along the lines of [http://golang.org go] [[BR]] 55 as in [http://golang.org/doc/articles/concurrency_patterns.html go concurrency patterns] and [http://golang.org/ref/spec#Channel_types go Channels] 56 38 57 == See Also == 39 58