Changes between Version 7 and Version 8 of WishList
- Timestamp:
- 12/12/12 16:28:35 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WishList
v7 v8 69 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. 70 70 71 comment by Charles on 2012-12-12:[[BR]] 72 You cannot lose the tilde prefix because then you could not use local variables in the expression. 73 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 71 76 == Language support for multiprocessing == 72 77 Language level support for creation, spawning and management of tasks or co-Routines and a safe communication mechanism between them.[[BR]]