准备工作:
1.    安装cursive插件。
       a)    官网地址:https://cursiveclojure.com/userguide
       b)    插件的Repository地址:http://cursiveclojure.com/plugins-13.1.xml
       c)    安装手册:https://cursiveclojure.com/userguide
2.    创建一个Leiningin的项目。
创建命令:lein new compojure demo
3.    打开idea,引入demo项目。可以参考这篇文章:http://www.cnblogs.com/ilovewindy/p/3771663.html

正文开始:
1.    配置运行环境
Intellij Idea 13:运行Clojure的repl环境
2.    添加一个Clojure REPL的本地配置
Intellij Idea 13:运行Clojure的repl环境
3.    输入配置名称,选择Use normal process并点击”OK”按钮保存。
Intellij Idea 13:运行Clojure的repl环境
4.    点击小三角,REPL就能够跑起来了。
Intellij Idea 13:运行Clojure的repl环境
5.    现在让我们直接试试在REPL中运行我们的程序了。
Intellij Idea 13:运行Clojure的repl环境

Cool~

相关文章:

  • 2021-12-19
  • 2021-06-19
  • 2022-03-01
  • 2021-10-30
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-24
  • 2021-12-24
  • 2021-04-02
  • 2021-11-01
  • 2022-12-23
  • 2022-01-01
相关资源
相似解决方案