X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=TODO;h=5db7e8d0da1fe225db5412ffcab803ddcd8a3eda;hb=976bb1b35d77f3058df3c25c1e2a4767147d606b;hp=4ed2e118ac375acb85d03b88b90055078fed3459;hpb=d7be5d49d48ee62e7cd2a16007e8002b80aa8fe5;p=goals.git diff --git a/TODO b/TODO index 4ed2e11..5db7e8d 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,13 @@ -'let :=' for immediate evaluation in assignment. +'let :=' for immediate evaluation in assignment. Does this work +for included files? Default parameters, ie: goal foo (name, release = true) = ... You might only allow defaults to be added to the end, or you might allow goals to be called with labelled parameters. + +Fix: You must use 'all ()' on the command line. + +"Quiet" code. Generally {CODE} sections in user files should be +echos, and those in stdlib should run silently (except if debugging). +Maybe we should have a quiet keyword to indicate this?