gpt4 book ai didi

intellij-idea - 在 Cursive 中运行 Clojure 项目

转载 作者:行者123 更新时间:2023-12-03 20:19:55 24 4
gpt4 key购买 nike

我正在尝试在 IntelliJ\Cursive 中运行一个简短的 Clojure 程序。
我的程序包括两个文件:

project.clj:

(defproject try3 "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]]
:main try3.core)

和:

core.clj:
(ns try3.core)

(defn foo
"I don't do a whole lot."
[x]
(println x "Hello, World!"))

(defn -main [] (println "hi"))

我希望当我运行项目时,-main 函数会自动运行。我该怎么做才能做到这一点?

最佳答案

我必须更改 IntelliJ 中的运行配置才能让程序打印 Hello World 字符串。
打开运行 > 编辑配置...
如果未完成,请添加测试程序并确保配置已启用来自 Clojure 命名空间的 Run -main。

IntelliJ screenshot

关于intellij-idea - 在 Cursive 中运行 Clojure 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35089323/

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