Skip to content

Instantly share code, notes, and snippets.

@kosugi
Created May 22, 2020 08:20
Show Gist options
  • Save kosugi/07db2017960b2fa3b679fb976aa60d7b to your computer and use it in GitHub Desktop.
Save kosugi/07db2017960b2fa3b679fb976aa60d7b to your computer and use it in GitHub Desktop.
; https://qiita.com/mattn/items/ae764601862b0073071e
(use gauche.sequence)(fold-with-index(lambda(n a c)(string-append c a(if(< 1 n)"ー" "")))""(shuffle '("ボ" "ジョ" "レ" "ヌ" "ボ")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment