コンテンツにスキップ

文芸的プログラミング

出典: フリー百科事典『ウィキペディア(Wikipedia)』

: literate programming






[]




WEB(WEB)

Perl
1.中心アルゴリズム
do_something()は中心となる処理内容である。
<a routine> ==
 item.do_something().

2.メインループ
あるコレクションの全ての内容を<中心アルゴリズム>で処理する。
<main> ==
for item in collection
 <a routine>


for item in collection
  item.do_something().



()



WEBPascalTeX

関連項目[編集]