The core Clojure language analyzer is open-source: https://github.com/ibdknox/analyze
It's Playtime - Light Table Playground released
91–100 of 132 posts
Re: It's Playtime - Light Table Playground released
#92Earlier quoted context omitted.
Heads up, just sent an e-mail to feedback, with an error on starting up the system on powershell. Not sure if it's my environment or not.
You first need to allow remote scripts to be executed with: set-executionpolicy remotesigned Then you have to "Unblock" the downloaded ps1 file (Properties, click Unblock at the bottom). Next you have to make sure that java.exe is in your path. After that you are good to go!
Re: It's Playtime - Light Table Playground released
#93Re: It's Playtime - Light Table Playground released
#94Re: It's Playtime - Light Table Playground released
#95Earlier quoted context omitted.
You first need to allow remote scripts to be executed with: set-executionpolicy remotesigned Then you have to "Unblock" the downloaded ps1 file (Properties, click Unblock at the bottom). Next you have to make sure that java.exe is in your path. After that you are good to go!
This line does not appear to be working - any ideas? (new-object System.Net.WebClient).DownloadFile(" http://temp2.kodowa.com/playground/light.ps1 , "light.ps1")
http://temp2.kodowa.com/playground/light.ps1Re: It's Playtime - Light Table Playground released
#96A quick search failed me but I am pretty sure my question has been discussing elsewhere, in which case I would appreciate a redirect/summary. Is there a difference between LightTable and Emacs' eval-last-sexp and similar functions? What is LightTable supposed to add? besides support for Clojure.
Re: It's Playtime - Light Table Playground released
#97Re: It's Playtime - Light Table Playground released
#98Earlier quoted context omitted.
This line does not appear to be working - any ideas? (new-object System.Net.WebClient).DownloadFile(" http://temp2.kodowa.com/playground/light.ps1 , "light.ps1")
you can just manually download that script if you need to at the url it uses: http://temp2.kodowa.com/playground/light.ps1
Re: It's Playtime - Light Table Playground released
#99Java being required means this is a complete non-starter for me.
Re: It's Playtime - Light Table Playground released
#100Thanks for considering Windows user in this release.
I will try again when I have a real internet connection.