clr

The community for ClojureCLR is on Gitter: https://gitter.im/clojure-clr/community - you’ll get a better response there
shaun-mahood 2016-09-19T19:22:50.000004Z

@flyboarder: I get an error (running on Win 10) -

Start-Poshjure : The 'Start-Poshjure' command was found in the module 'Poshjure', but the module could not be loaded.
For more information, run 'Import-Module Poshjure'.
At line:1 char:2
+ (Start-Poshjure)
+  ~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Start-Poshjure:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CouldNotAutoloadMatchingModule

flyboarder 2016-09-19T19:23:53.000005Z

strange, can I get the output of Import-Module Poshjure

shaun-mahood 2016-09-19T19:24:15.000006Z

Oh I ran that command, apparently scripts are disabled on this machine. Ignore my previous message 🙂

flyboarder 2016-09-19T19:24:21.000007Z

hahaha

shaun-mahood 2016-09-19T19:24:48.000008Z

I never use PS here normally

flyboarder 2016-09-19T19:25:14.000009Z

i only use it for my client related stuff, everything else i do in OS X

shaun-mahood 2016-09-19T19:25:51.000010Z

This is my normal dev machine, but all my PS stuff is run on a server.

shaun-mahood 2016-09-19T19:27:37.000011Z

Well, (+ 1 2) is still 3, I guess it's working!

flyboarder 2016-09-19T19:40:22.000012Z

hahaha yeah map works too 😛

flyboarder 2016-09-19T19:40:36.000013Z

seems everything in clojure.core works

flyboarder 2016-09-19T19:40:51.000014Z

i havnt been able to get file loading working correctly, again issues with namespaces