-
Christopher Lane Hinson
A hairy haskell hacker with interests in games, computer science, and social justice.
View Full Profile →
Categories
Archives
- June 2013
- December 2012
- October 2012
- April 2011
- March 2011
- September 2010
- July 2010
- June 2010
- November 2009
- September 2009
- August 2009
- May 2009
- April 2009
- March 2009
- January 2009
- November 2008
- October 2008
- August 2008
- May 2008
- April 2008
- March 2008
- January 2008
- December 2007
- November 2007
- June 2007
- January 2007
Author Archives: Christopher Lane Hinson
Composable Blocking Transactions
Background: Software Transactional Memory (STM) is a foundation for atomic composable non-blocking transactions. An STM transaction consists of a set of variables and a monadic sequence of read/write operations on those variables. As the transaction progresses, a transaction table is … Continue reading
Posted in Haskell
Leave a comment
Paintable User Interfaces
It seems like it should be possible to have some kind of GUI library in which user interface elements can be painted onto the screen frame-by-frame, instead of the common practice of assembling an object-oriented hierarchy of widgets. I’m thinking … Continue reading
Posted in Uncategorized
4 Comments
New Roguestar Screenshot: Gateway
When you are done on a planet, step through a gateway to move to the next one.
Posted in Roguestar
Leave a comment
