Neanderthal and ClojureCUDA seem like such awesome projects, makes me wish I had more time to get into linear algebra. Is anyone doing anything fun with it they could share?
Wonder if there'd be any lisp or clojure dsl that compiles down to fairly minimal c/cpp, so that you wouldn't have to have the cuda program be a string
Clojure could just adopt user-defined reader macros instead. As expected there's an open source heredoc lib[0] for Common Lisp; the feature is so easy to add though it's probably been independently added several different ways (this uses ring buffers) to who knows how many projects.
Ya, it could be a good addition. But I dunno. For docstring I'd rather it just adopted a markup which everyone used. Heredoc would create too many kind of markups for doc I feel.
And for language embeds, I'm also torned. Because in a way, it is way nicer to use EDN and create a conversion layer from it to the underlying language.
Basically, I feel like there's a lot to gain from sticking to standard Clojure syntax. Like is the case for core.logic, hiccup, garden, etc.
The benefits being, they become first class this way. And then you can build macros on top, create them through functions, etc.
Been searching for a while trying to see if there are only CUDA libraries for Clojure and as far I can tell that is sadly the truth, no signs of any ROCm libraries available https://rocm.github.io/
[+] [-] thom|7 years ago|reply
https://www.patreon.com/draganrocks
[+] [-] adrianm|7 years ago|reply
LWJGL3 is full of hidden treasures.
[+] [-] gleenn|7 years ago|reply
[+] [-] cat199|7 years ago|reply
also, if you do anything involving physics simulations, (actual physics, mechanical engineering, other engineering, etc) you will likely use it.
also finance. also also also.
[+] [-] thetricia|7 years ago|reply
[+] [-] dragandj|7 years ago|reply
[+] [-] vbuwivbiu|7 years ago|reply
[+] [-] Hupriene|7 years ago|reply
[+] [-] OliverM|7 years ago|reply
[+] [-] Jach|7 years ago|reply
[0] https://github.com/e-user/cl-heredoc alas gpl3, but no matter, easy to write your own
[+] [-] didibus|7 years ago|reply
And for language embeds, I'm also torned. Because in a way, it is way nicer to use EDN and create a conversion layer from it to the underlying language.
Basically, I feel like there's a lot to gain from sticking to standard Clojure syntax. Like is the case for core.logic, hiccup, garden, etc.
The benefits being, they become first class this way. And then you can build macros on top, create them through functions, etc.
[+] [-] Zekio|7 years ago|reply
[+] [-] dragandj|7 years ago|reply
[+] [-] Zekio|7 years ago|reply
[+] [-] dr_teh|7 years ago|reply
[+] [-] squaredpants|7 years ago|reply