Wiki

Changes between Version 7 and Version 8 of WishList

Show
Ignore:
Timestamp:
12/12/12 16:28:35 (11 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WishList

    v7 v8  
    6969If 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. 
    7070 
     71comment by Charles on 2012-12-12:[[BR]] 
     72You cannot lose the tilde prefix because then you could not use local variables in the expression. 
     73 
     74Also, 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 
    7176== Language support for multiprocessing == 
    7277Language level support for creation, spawning and management of  tasks or co-Routines and a safe communication mechanism between them.[[BR]]