gpt4 book ai didi

intellij-idea - Erlang无法在intellij中运行

转载 作者:行者123 更新时间:2023-12-02 15:11:01 25 4
gpt4 key购买 nike

尝试在 intellij 中运行简单的 erlang 文件。

-module('Tutorial').

%% API
-export([helloWorld/0]).

helloWorld() -> io:write("Hello World").

但是当我尝试运行时,我总是得到

init terminating in do_boot ()

{"init terminating in do_boot",{{unbound_var,'Tutorial'},[{erl_eval,exprs,2,[]}]}}
Crash dump is being written to: erl_crash.dump...done

我正在使用 erlang 8.3 和一个用于 erlang 的 intellij 插件。

最佳答案

使用:

-module('tutorial').

在一个名为:“tutorial.erl”的文件中。表达式:“Tutorial”被解释为一个变量(因为首字母大写)。当运行时遇到此变量时,它会尝试对它求值,但由于它未定义,因此会出现错误。

关于intellij-idea - Erlang无法在intellij中运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43895211/

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