study.clojure
- clojurescript는 study.clojurescript 참고
해온것
- https://lispkorea.github.io/tryclojure-kr/
- https://lispkorea.github.io/
- https://github.com/netpyoung/pt.c-interop-in-clojure
- https://github.com/netpyoung/cljpyoung.landoflisp
- https://github.com/netpyoung/cljpyoung.tasks.changelog
- https://github.com/netpyoung/cljpyoung.http.status
- https://github.com/netpyoung/cljpyoung.result
- https://github.com/netpyoung/pt.using-fxml-on-clojure
- https://github.com/netpyoung/playground.clojure
- https://github.com/netpyoung/clojure-by-example
- https://github.com/netpyoung/bs.clj-data-analysis
- https://github.com/netpyoung/bs.clojure_programming
- https://github.com/netpyoung/fb-sdk-cljs
- https://github.com/netpyoung/cljpyoung.spels
- https://github.com/netpyoung/cljpyoung.tetris
babashka
bb.edn
interop-java
- https://clojure.org/reference/java_interop
- https://purelyfunctional.tv/article/tricks-for-java-interop/
- etc
- https://dzone.com/articles/running-xccompilecommand-on-windows
interop-c
- https://github.com/netpyoung/pt.c-interop-in-clojure 참고
- https://knight76.tistory.com/entry/jni-vs-jna
wip
-
JNI (Java Native Interface)
- https://thebreakfastpost.com/2012/01/21/wrapping-a-c-library-with-jni-introduction/
javc TestJNI.java javah -jni TestJNI
-
JNA (Java Native Access)
- https://github.com/java-native-access/jna/blob/master/www/GettingStarted.md
- https://github.com/java-native-access/jna/blob/master/www/FrequentlyAskedQuestions.md#how-does-jna-performance-compare-to-custom-jni
- https://nakkaya.com/2009/11/16/java-native-access-from-clojure/
- https://stackoverflow.com/questions/24976711/getting-and-passing-structs-by-value-in-clojure-with-jna
- JNR
- https://github.com/jnr/jnr-ffi
- https://www.lvh.io/CCryptoClojure/
Boot
boot -d boot/new new -t app -n sample
Fileset
- TODO(pyoung) boot fileset설명.
:resource-paths
:.jar
에 포함되는 파일.