clj-on-windows

For those interested in making clj on Windows https://dev.clojure.org/jira/browse/TDEPS-67. Also see https://github.com/littleli/scoop-clojure.
2019-06-24T08:51:54.169500Z

@borkdude thanks -- i found this has some discussion of /MT and /MD: https://stackoverflow.com/questions/757418/should-i-compile-with-md-or-mt -- perhaps this stuff is worth mentioning in #graalvm?

borkdude 2019-06-24T08:59:14.169800Z

please do

ignorabilis 2019-06-24T11:25:25.172700Z

hi - I've been trying to find how to setup Cursive to use the clojure cli on Win 10; not sure how the whole thing is supposed to work, but in Cursive I'm trying to set Use CLI tools; I cannot find the path to the clojure command though - Get-Command clj | Format-Table Path, Name just returns an empty path. Any ideas how to set these two up?

2019-06-24T11:28:55.173200Z

@ivan.yaroslavov i haven't tried myself, but i see something that looks related on this page: https://conan.is/blogging/clojure-on-windows.html

ignorabilis 2019-06-24T11:30:29.174800Z

@sogaiu - thanks, unfortunately I saw that too and somewhere at the bottom I saw that Cursive uses it's own version - maybe using cli tools is not still possible?

2019-06-24T11:31:22.175700Z

i'm not sure for cursive -- fwiw, the current official clj tooling for windows is alpha and uses powershell -- there is also an unofficial version written in go.

2019-06-24T11:35:53.176800Z

@ivan.yaroslavov it looks like there's a #cursive -- may be you might have more luck there?

ignorabilis 2019-06-24T11:36:13.177Z

thanks, will do!