StandardML

Standard ML で簡易タイマを書いてみた

Common Lisp の time 関数や time(1) コマンドのようなものを Standard ML で書いてみた

Standard ML のコードをリアルタイムにチェックする (Emacs + Flycheck + MLton)

必要なもの Emacs Flycheck MLton 手順 init.el に以下のように書いておく。 (require 'flycheck) (flycheck-define-checker mlton "Standard ML type and syntax checking with mlton compiler. See URL 'http://mlton.org" :command ("mlton" "-stop" "tc"…