2020-01-01から1年間の記事一覧

Parallella Lispを試した。(2020年)

僕はUbuntu 16.04にしたParallellaを一台持っている。 Parallella Lisp (plisp)をgithubからダウンロードしてビルドしたので、試しにHello Worldをやった。 以下はその結果だ。 > ( block ( quote hello )( quote world )( quote from )( quote core )( id )…

Question Permutation Study

#Question Permutation study on 2/9/2020 19:16PM #(C)Tsubasa Kato #Referenced: https://www.geeksforgeeks.org/permutation-and-combination-in-python/ #And: https://www.codespeedy.com/get-first-n-items-from-a-list-in-python/ from itertools imp…