Fork me on GitHub
#clr
<
2016-09-19
>
shaun-mahood19:09:50

@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

flyboarder19:09:53

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

shaun-mahood19:09:15

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

shaun-mahood19:09:48

I never use PS here normally

flyboarder19:09:14

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

shaun-mahood19:09:51

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

shaun-mahood19:09:37

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

flyboarder19:09:22

hahaha yeah map works too 😛

flyboarder19:09:36

seems everything in clojure.core works

flyboarder19:09:51

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