--b.hs
import System.Cmd
main = rawSystem "ls" ["-lh"]
$ runghc b.hs
b.hs:1:1: Warning:
Module ‘System.Cmd’ is deprecated: Use "System.Process" instead
import System.Process
main = createProcess (proc"ls" ["-lh"])
登録:
コメントの投稿 (Atom)
Haskell Process
Haskellの System.Processは便利ですが、問題もあります。 単一スレッドでの逐次処理を保証していない。(想像です。) 次のようなスクリプトを書いてみた。 --a.hs main = print [1..10] --t.hs import Sy...
-
ソースコードは下記アドレス https://github.com/index333/cellA 1次元のセル・オートマトンにルール30を適用して得た画像。 一部Repaを使ってみました。 以下のインストール が必要。 $ cab...
-
https://github.com/index333/spcal からソースがDLできます。 新バージョンは https://github.com/index333/spcal2 各寸法の測り方は https://www.sheldonbrown.com/...
-
Pythonは複素数を直接書くことができます。 Python 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609] on linux2 Type "help", "copyr...
0 件のコメント:
コメントを投稿