Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
magnars
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Parens of the Dead: A live coding screencast with Clojure and ClojureScript
(parens-of-the-dead.com)
8 points
by
magnars
4y ago
|
1 comments
2.
▲
by
magnars
4y ago
Want to watch two developers live code a small game with Clojure and ClojureScript? What does functional programming look like when wielded in anger? Will the tests be green or red or both? Seven years ago I made a screencast where I coded
3.
▲
Stasis - Not another static site framework for Clojure
(github.com)
1 points
by
magnars
13y ago
|
0 comments
4.
▲
by
magnars
13y ago
It didn't feel right naming it `optimus.core` :)
5.
▲
Programming like a Pirate (Alt+Shift+M)
(kranglefant.tumblr.com)
59 points
by
magnars
14y ago
|
41 comments
6.
▲
An experiment in multiple cursors for Emacs (4 min screencast)
(emacsrocks.com)
1 points
by
magnars
14y ago
|
0 comments
7.
▲
by
magnars
14y ago
That's defined in my slime.el (2010.04.04), which is why I require that first.
8.
▲
by
magnars
14y ago
I see that you're actually creating your own slime-js-minor-mode-map. I'm guessing that was necessary because you didn't require slime-js before requiring setup-slime-js. Maybe it will resolve your issue of you put this at the top of the fi
9.
▲
by
magnars
14y ago
That last link there is all there is of the "game" for now. :-)
10.
▲
by
magnars
14y ago
From what I can understand, it doesn't. Backwards compatability is usually good. However, there was a breaking change in 2011 sometime. The slime-js in marmalade relies on the SLIME in marmalade, which is from 2010.04.04 - and works with th
11.
▲
by
magnars
14y ago
Yeah, that would be pretty cool. I'll be making something along those lines to aid me while I'm making that bouncy ball into an actual game. I wouldn't know how to start making it general purpose, but as a wrapper around canvas and requestA
12.
▲
by
magnars
14y ago
Ooh, very nice. I'll fix that straight away. Thanks!
13.
▲
by
magnars
14y ago
I wrote a little bit about installing swank-js a couple of posts up. You can also check out all my emacs-settings on github https://github.com/magnars/.emacs.d/blob/master/setup-slime-... The only thing missing there is the packages insta
14.
▲
by
magnars
14y ago
The biggest problem for me was conflicting versions of SLIME. Installing swank-js is a breeze with npm, but the installation instructions tell you to get the newest version of SLIME from their svn. That didn't work so well, since my clojure
15.
▲
4 min Emacs screencast inspired by Bret Victor's Inventing on Principle
(emacsrocks.com)
163 points
by
magnars
14y ago
|
34 comments
16.
▲
by
magnars
14y ago
So I guess the "Use for good, not evil" clause will finally be removed from jsmin and jslint now.