【发布时间】:2015-11-26 20:23:14
【问题描述】:
在尝试学习 Frege 时,我将一些代码从 Dierk's Real World Frege 复制到在线 REPL 并尝试执行它(另见 How to execute a compiled code snipped in Frege online repl)。我尝试过的脚本无法编译:-(
我做错了什么?
以下是无法编译的示例:
println ( 2 *-3 ) -- unlike haskell, this will work!
以及整个ValuesAndVariables.fr 代码
【问题讨论】:
标签: frege