Skip to content

Instantly share code, notes, and snippets.

@masahitojp
Created August 25, 2010 12:02
Show Gist options
  • Save masahitojp/549364 to your computer and use it in GitHub Desktop.
Save masahitojp/549364 to your computer and use it in GitHub Desktop.
// お題:[本当に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