0207|09|
2007|09|10|12|
2008|01|02|03|
2009|01|05|08|10|11|12|
2010|01|02|03|04|09|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|08|09|10|11|12|
2016|01|02|03|04|05|06|07|08|09|10|11|12|
2017|01|02|03|04|05|06|07|08|09|10|11|12|
2018|01|02|03|04|05|06|07|08|09|10|11|12|
2019|01|02|03|04|05|06|07|08|09|10|11|12|
2020|01|02|03|04|05|06|07|08|09|10|11|12|
2021|01|02|03|04|05|06|07|08|09|10|11|12|
2022|01|02|03|04|05|06|07|08|09|10|11|12|
2023|01|02|03|04|05|06|07|08|09|10|11|12|
2024|01|02|03|04|

2018-05-17 例えば、C/C++とPythonは、喧嘩しません。 [長年日記]

宗教における教義や解釈についての争いというのは、多分、こんなもんだと思うんです。

I think that fighting about doctrine and interpretation in religion is probably like this.

The difference of following programs between

int a[100];
for (int i = 0; i < 100; i++){
  a[i] = i; 
}
syntax2html

を、

and

int a[101];
for (int i = 1; i <= 100; ++i){
  a[i] = i; 
}
syntax2html

と、記載するのを、絶対に許せない ―― というようなもの。

absolutely unforgivable for me.

----

例えば、C/C++とPythonは、喧嘩しません。

For example, C/C ++ and Python do not fight in my mind.

私の中で、仲良く共存しています。

For me, the above two languages coexists friendly.