Comments
Loading Dream Comments...
You must be logged in to write a comment - Log In
 
    
    
 Artist
                                
                                
                                    Artist
                                        Function calls now always require a parameter. This avoids confusion when people read source code. Just pass a NULL ("()") Buf if you want to call a function with no parameter list. For example
                                        Foo ();
                                        or Foo NULL;
                                        In other news, all the ::SHE+ILA:: artwork has now been numbered in hexadecimal order (like this [$69]). APL-like operators have now been separated into Monadics (taking only a right parameter) and Dyadics (taking both a left and right parameter). This simplifies the parsing of expressions such as "hello squishy wishy woo;" where any of those may be functions (yes, squishy may be a left parameter to wishy!). See appropriate drawing :)