clr

The community for ClojureCLR is on Gitter: https://gitter.im/clojure-clr/community - you’ll get a better response there
dotemacs 2019-09-13T07:38:58.011400Z

What sogaiu said, to use ClojureCLR you have to run the .exe from the directory. I do something like this:

#!/bin/sh

fullpath=/Users/alex/dev/cljr/install-with-nuget/Clojure.1.9.0/all/net40
exe=Clojure.Main.exe

cd ${fullpath} && mono ${exe}

dotemacs 2019-09-13T07:39:14.011700Z

@johnjelinek ☝️

dotemacs 2019-09-13T07:47:35.013500Z

@stefan.van.den.oord it would be great if that was possible, but the last I hear about it is this blog post: http://www.davidykay.com/Clojure-CLR-for-Cross-platform-Native-Mobile-App-Development/ with this repo: https://github.com/DavidYKay/clojure-xamarin If you do make any progress, or find out anything new, please share it. 🙂

Stefan 2019-09-13T07:49:35.014300Z

@dotemacs I saw that yes. That repo is full of good intentions 🙂

dotemacs 2019-09-13T07:49:46.014800Z

Yes, well put 🙂

Stefan 2019-09-13T07:50:00.015100Z

If I get around to trying this, I’ll make sure to report back!

👍 1