Call C from Clojure using GraalVM - then compile a binary using native-image

栏目: IT技术 · 发布时间: 4年前

内容简介:I've only tested on mac.ModifyThanks sogaiu for helping me get this working. :)

clojure calling c -- compiled to a binary with native-image

Prerequisites

I've only tested on mac.

Steps

Modify src/Headers.java , specifically: /Users/test/programmering/clojure/graal-native-interaction/graal/src/triple.h needs to point to your src/triple.h .

$ make clean CFiles && ./compile && ./woop
1 # this value comes from a c-struct!

Acknowledgements

Thanks sogaiu for helping me get this working. :)


以上所述就是小编给大家介绍的《Call C from Clojure using GraalVM - then compile a binary using native-image》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

智能优化方法

智能优化方法

汪定伟 / 2007-4 / 37.10元

《智能优化方法》主要介绍近年来产生发展的多种智能优化算法。包括为人熟知的遗传算法、禁忌搜索算法、模拟退火算法和蚁群优化算法;近年来已成为研究热点的粒子群优化算法;还有尚待普及的捕食搜索算法和动态环境下的进化计算。书中讨论这些算法的产生和发展、算法的基本思想和理论、基本构成、计算步骤和主要的变形以及数值例子和实际应用。为了方便读者学习,各章之后还附有精选的习题、思考题及相关的参考文献。 本教材......一起来看看 《智能优化方法》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具