My Talks
IFSがとても面白いのでPlaygroundでプレビューしてみたい!
フラクタル、という言葉を聞いたことありますか?自己相似になっている図形という幾何学の専門用語で、有名なものとしてはシェルピンスキーの三角形などが挙げられます。そしてこれを「再帰」で作ることが可能です。
再帰、と聞くとプログラミングにもある概念だと気づきますよね!はい、フラクタル図形をプログラムで書くこともできます。そして今回ご紹介したいのが、「Iterated Function Syste...
I'm new to programming. Should I write tests?
Or even further, what are tests? What benefits could I gain from writing tests? Won't it slow my pace down to learn programming? I'm only a beginner and just want to see the result instantly, shoul...