Live data from Hacker News

Can your REPL do this?

whalliburton.github.com

1–10 of 37 posts

Re: Can your REPL do this?

#2
I didn't find a decent/direct way to get to the code itself. This seems to be the repository that is mentioned/used in that text:

https://github.com/whalliburton/academy

Edit: And someone who likes dead prez I certainly got a kick out of the hexagram examples. Haven't seen those for a while.

https://en.wikipedia.org/wiki/Dead_Prez

Re: Can your REPL do this?

#8

Factor's REPL can handle images, colours and fonts: http://re-factor.blogspot.com/2010/09/visual-repl.html I've been meaning to write something like Factor's REPL for Clojure, but haven't gotten around to it yet.

Also animations. Pretty easy to do with swing-based repls, not so sure with others.

Re: Can your REPL do this?

#10

I don't get this. Someone wrote a bunch of cute Lisp functions that use Unicode and put them on a webpage?

Yes, it was pretty artistic as far as programs linked on Hacker News go, but technically... it was just a bunch of functions and macros which produced formatted strings.

Not that it's bad on itself, but the title suggested otherwise.

Post reply on HN