Wiki

Changes between Version 9 and Version 10 of WishList

Show
Ignore:
Timestamp:
12/14/12 00:54:10 (11 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WishList

    v9 v10  
    7474Also, see conversation in the [http://cobra-language.com/forums/viewtopic.php?f=4&t=975&p=4854#p4834 discussion forum] starting with heading "Lambda Syntax". 
    7575 
     76Comment by hops  2012-12-14:[[BR]] 
     77Sure you can - just cant use local variable names that collide with the arg naming convention  
     78(so the lambda arg naming needs to be an unconventional naming convention (:-)) 
     79 
    7680== Language support for multiprocessing == 
    7781Language level support for creation, spawning and management of  tasks or co-Routines and a safe communication mechanism between them.[[BR]] 
     
    9094 
    9195== 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]. 
     96It 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].[[BR]] 
     97 
     98Comment by hops  2012-12-14:[[BR]] 
     99Theres some starting points for this on [http://cobra-language.com/trac/cobra/ticket/172 ticket:172]. 
     100think there was a forum topic we could reanimate as well. 
    93101 
    94102== See Also ==