Live data from Hacker News

Ask HN: What are you working on today?

news.ycombinator.com

1–10 of 314 posts

Re: Ask HN: What are you working on today?

#2
The REPL and debugger for GNU Guile, an implementation of Scheme. I'm trying to integrate the two, so when you get an error, you're just dropped into a new recursive REPL that happens to have a debugger too, so you can inspect the stack from there.

Re: Ask HN: What are you working on today?

#7
Working on a Silverlight app for my employer. I inherited this app from previous contractors and some of the stuff they did is pretty scary, so last night was the tipping point and I've decided to start ripping out all the bad stuff.

I'm also torn on Silverlight in general and seriously considering rewriting the app from scratch in an HTML framework (debating between Rails and ASP.NET MVC, even if that debate may seem like a silly one to some :) )

Post reply on HN