gpt4 book ai didi

haskell - 来自命令行的 GHCi 指令

转载 作者:行者123 更新时间:2023-12-04 22:49:05 24 4
gpt4 key购买 nike

在 shell 中,您可以将命令串在一起,用分号分隔:

cd ../haskell; rm ./foo; ghc foo.hs; cd ../original_directory

如果您可以为 ghci 的命令行参数做类似的事情,那就太好了,例如
ghci Foo.hs; a <- getFoo; print a

这可能吗?

最佳答案

您可以使用 ghc -e为了这:

sorghum:~/programming% cat test.hs
getFoo = getLine
sorghum:~/programming% ghc test.hs -e 'do { a <- getFoo; print a }'
oenuth
"oenuth"

关于haskell - 来自命令行的 GHCi 指令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12111423/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com