2008-11-07から1日間の記事一覧

environment and i/o

スクリプト言語の比較 http://hyperpolyglot.org/scripting を参考に、スクリプト言語の勉強をしてまいります。 environment and i/o perl php python ruby external command system('ls'); import os os.system('ls') system('ls') backticks `ls`; impor…