石橋秀仁(zerobase)書き散らす

まじめなブログは別にあります→ja.ishibashihideto.net

Entries from 2013-02-21 to 1 day

Test-First Smalltalk Programming With The Debugger

I found a good introduction to test-first programming with the debugger in Smalltalk, from Pharo by Example (6.5 The Debugger): The evaluation of the expression 'readme.txt' suffix will complete, and print the answer '.txt'. Is the answer …

関数型とオブジェクト指向という一見相反するプログラミングパラダイムの併用について理解した

最近、ScalaとSmalltalkを触っていて思ったこと。 一見すると、関数型は「データ」より「処理」を重視しているように見える。 関数型プログラミングパラダイムそのものは「副作用のない関数」の合成による演算の恩恵を最大限に享受するパラダイムだ。副作用…