使用实际示例从Java调用Clojure(Clojure + Quarkus)
原文英文,约600词,阅读约需3分钟。发表于: 。The challenge Last weekend, I decided to explore more about how Clojure can interact with the existent Java ecosystem, the challenge was simple: Create a simple web framework in Clojure using...
上周末,我在Clojure中使用Quarkus框架创建了一个简单的Web框架。首先创建Quarkus应用并配置项目识别.clj文件,然后在项目中定义Clojure路由。通过在pom.xml中添加Clojure依赖,使Quarkus处理Clojure程序。删除默认文件,创建Java文件设置路由。最终成功运行Quarkus应用,实现Clojure与Quarkus的集成,建立基本路由系统。