Nice job.
It's Playtime - Light Table Playground released
61–70 of 132 posts
Re: It's Playtime - Light Table Playground released
#62I was highly surprised this worked for Snow Leopard and it being almost 2 releases old. Nice job.
Re: It's Playtime - Light Table Playground released
#63Random, but does anybody know what color scheme his colors are based on? I'd love to crib that for Vim.
Re: It's Playtime - Light Table Playground released
#64I used it and it's not bad at all for a "playtime". But since I've no idea how to write code in Closure, it's not useful for me. What I want is a Python version. A Python enabled Light Table would definitely replace Python's REPL for me.
Better start coding!
Re: It's Playtime - Light Table Playground released
#65Earlier quoted context omitted.
It's either an auto-renaming script or a human with the personality of an auto-renaming script.
My current hypothesis is that it's an individual moderator (perhaps showing off) running a script without official sanction, hence the silence from the admins. The way the post on the subject[0] was buried without official comment after over 500 upvotes suggests a certain amount of institutional blindness. [0] http://news.ycombinator.com/item?id=4102013
Re: It's Playtime - Light Table Playground released
#66Re: It's Playtime - Light Table Playground released
#67First of all, I'm using Linux and it opened on Firefox instead of Chromium. Secondly, it seemed quite slow, and I can't use Ctrl+Shift+Up to select a paragraph above and Ctrl+Shift+Down to do the same to the paragraph below, like on Emacs. Either way, the live interpretation of Clojure code looks really great, keep on working and good luck!
You can test this out by adding something like this...
(time (+ 1 1))
...and start typing in a comment on a new line and seeing how the elapsed time that is outputted changes on every single key press. Performance optimizations are probably not as important right now, but that's something that can be improved.
Still, as a basic test of the concept, it looks pretty interesting overall and I can see myself using this. As long as the idea is sound, everything else can be improved over time. Keep it up!
Re: It's Playtime - Light Table Playground released
#68Re: It's Playtime - Light Table Playground released
#69Java being required means this is a complete non-starter for me.