子供でも簡単にプログラムを楽しむことができるViscuit(ビスケット)を紹介する.Viscuitは,柔らかい書き換えという原理に基づいて図形の配置を変更することで,アニメーションを生成する.プログラミングと実行のモードがない,エラーを出さずにとにかく実行する,など,それを使用する人にとって敷居ができるだけ低くなるように,設計をした.本稿では,これまでの使用経験を交えながら,特に子供向けとして注意して設計した部分を中心に,述べる.We introduce Viscuit, a visual programming language for kids. Fuzzy rewriting that executes programs softly is its main innovation. It is appropriate for kids because the programming mode and execution mode are unified such that no error is possible for any program or input. Typical programs produce animations by repetitive execution of rewrite rules. This article presents details of Viscuit's design considerations for kids and reports on several experiences.