Random, but does anybody know what color scheme his colors are based on? I'd love to crib that for Vim.
They're using CodeMirror for the in-browser editor and that's the default theme: https://github.com/marijnh/CodeMirror2/blob/master/lib/codem...
It's Playtime - Light Table Playground released
11–20 of 132 posts
Re: It's Playtime - Light Table Playground released
#12It works perfectly on mac. Great work Chris, this demo gave me a sense of an Apple product "it just works", i typed in code and immediately it just worked.
Re: It's Playtime - Light Table Playground released
#13Thanks for considering Windows user in this release.
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.
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
#14Thanks for considering Windows user in this release.
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.
Re: It's Playtime - Light Table Playground released
#15Earlier 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.
For me, the issue was trying to load Light Table via the 64-bit version of PowerShell. Switching to the x86 version (and setting the remote code signing) had me working in no time.
Re: It's Playtime - Light Table Playground released
#16I somehow fail to see how it does something useful for recursive functions.
how will this development style mesh with infinite loops, and side effect code.
Re: It's Playtime - Light Table Playground released
#17Re: It's Playtime - Light Table Playground released
#18I somehow fail to see how it does something useful for recursive functions.
Re: It's Playtime - Light Table Playground released
#19Re: It's Playtime - Light Table Playground released
#20I somehow fail to see how it does something useful for recursive functions.