タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

idrisとcodingとlearnに関するcu39のブックマーク (1)

  • Try Idris

    Idris is a language for practical, dependently typed, functional programming. The Idris Tutorial is the best resource for becoming familiar with with the language. You can use the REPL above to play around without installing the compiler on your computer. Give these examples a go: "Hello world" reverse (the (Vect 3 _) [1, 2, 3]) the (n ** Vect (S n) Int) (3 ** [1, 2, 3, 4]) You can also compile Id

  • 1