Created
August 25, 2010 12:02
-
-
Save masahitojp/549364 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// お題:[本当にLispはカッコが多い?]http://e-arrows.sakura.ne.jp/2010/08/is-lisp-really-has-too-many-parenthesis.html | |
// Rhinoにて実行可能 | |
// >java -classpath js.jar org.mozilla.javascript.tools.shell.Main fib.js 20 | |
// | |
for(n=m=1,z=arguments[0]||1;z>=n;n++,m*=n)print(n+"! = "+m) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment