X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=README.org;h=f0c8d9dead3f0dbeef1ab749b96681112fce6395;hb=291433e057263e10ad988ad062b8530e1be30bcc;hp=5bcefd5a6161ca60b7bc901a1b185821d6a6db44;hpb=55428076ad4fd593b99833123aebef197bcbc47d;p=jscl.git diff --git a/README.org b/README.org index 5bcefd5..f0c8d9d 100644 --- a/README.org +++ b/README.org @@ -9,8 +9,8 @@ common special operators, functions and macros. In particular: - Multiple values - - Explicit control flow ([[http://www.lispworks.com/documentation/HyperSpec/Body/s_tagbod.htm][tagbody]] and [[http://www.lispworks.com/documentation/HyperSpec/Body/s_go.htm][go]]) - - Static and dynamic non local exist ([[http://www.lispworks.com/documentation/HyperSpec/Body/s_catch.htm][catch]], [[http://www.lispworks.com/documentation/HyperSpec/Body/s_throw.htm][throw]]; [[http://www.lispworks.com/documentation/HyperSpec/Body/s_block.htm][block]], [[http://www.lispworks.com/documentation/HyperSpec/Body/s_ret_fr.htm][return-from]]). + - Explicit control tranfers ([[http://www.lispworks.com/documentation/HyperSpec/Body/s_tagbod.htm][tagbody]] and [[http://www.lispworks.com/documentation/HyperSpec/Body/s_go.htm][go]]) + - Static and dynamic non local exit ([[http://www.lispworks.com/documentation/HyperSpec/Body/s_catch.htm][catch]], [[http://www.lispworks.com/documentation/HyperSpec/Body/s_throw.htm][throw]]; [[http://www.lispworks.com/documentation/HyperSpec/Body/s_block.htm][block]], [[http://www.lispworks.com/documentation/HyperSpec/Body/s_ret_fr.htm][return-from]]). - Lexical and special variables. However, declare expressions are missing, but you can /proclaim/ special variables. - Optional and keyword arguments