Wiki

Changes between Version 2 and Version 3 of WishList

Show
Ignore:
Timestamp:
12/07/12 12:30:31 (11 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WishList

    v2 v3  
    22 
    33This 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 == 
     6Multiline (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 == 
     10Type inference of method references and lambdas is currently not done requiring specification of an explicit (sig) type.[[BR]] 
     11This 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 == 
     15Language support (expressions and literals) for Regular expressions[[BR]] 
     16[http://cobra-language.com/trac/cobra/ticket/174 ticket:174] 
     17 
    418 
    519== Proper Timeout mechanism == 
     
    3650This 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. 
    3751 
     52== Language support for multiprocessing == 
     53Language level support for creation, spawning and management of  tasks or co-Routines and a safe communication mechanism between them.[[BR]] 
     54Perhaps something along the lines of [http://golang.org go] [[BR]] 
     55as in [http://golang.org/doc/articles/concurrency_patterns.html go concurrency patterns] and [http://golang.org/ref/spec#Channel_types go Channels] 
     56 
    3857== See Also == 
    3958