Changes between Version 9 and Version 10 of WishList
- Timestamp:
- 12/14/12 00:54:10 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WishList
v9 v10 74 74 Also, 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". 75 75 76 Comment by hops 2012-12-14:[[BR]] 77 Sure 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 76 80 == Language support for multiprocessing == 77 81 Language level support for creation, spawning and management of tasks or co-Routines and a safe communication mechanism between them.[[BR]] … … 90 94 91 95 == 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]. 96 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].[[BR]] 97 98 Comment by hops 2012-12-14:[[BR]] 99 Theres some starting points for this on [http://cobra-language.com/trac/cobra/ticket/172 ticket:172]. 100 think there was a forum topic we could reanimate as well. 93 101 94 102 == See Also ==