deja
deja copied to clipboard
The Déjà Vu programming language
Results
2
deja issues
Sort by
recently updated
recently updated
newest added
Currently, a module works by returning a value that will be that module's "module value": ``` local f: 42 { :f @f } ``` This is for the most part...
Language Improvement Ticket
Currently, for-loops are simple beasts. The syntax is like this: ``` for NAME ITERATOR: BODY ``` I want to change it to: ``` for NAME1 NAME2 ... in ITERABLE: BODY...
Language Improvement Ticket