We are pleased to announce the release of Happstack 7!
Happstack is a fast, modern, web application framework written in Haskell. Please check out the brand new happstack.com website to read about what is new in Happstack 7, and what we are planning for Happstack 8, and what makes Happstack great!
Thursday, March 29, 2012
Wednesday, February 1, 2012
new tutorial on acid-state, ixset, and lenses
Hello,
I just uploaded a new tutorial which covers three distinct, but related topics:
The tutorial is available here:
http://happstack.com/docs/crashcourse/AcidState.html
The section on lenses is a great applied introduction to the concept which requires no understanding of Happstack, acid-state, or IxSet. So, even if you don't care about acid-state, you may find it useful if you have ever wondered what the heck lenses are.
I just uploaded a new tutorial which covers three distinct, but related topics:
- acid-state - a native Haskell, noSQL, RAM-cloud database
- IxSet - a multi-indexed collection type (similar to Data.Map but with support for multiple keys)
- data-lens - a library which provides syntax that makes it easier to update nested records and other data types
The tutorial is available here:
http://happstack.com/docs/crashcourse/AcidState.html
The section on lenses is a great applied introduction to the concept which requires no understanding of Happstack, acid-state, or IxSet. So, even if you don't care about acid-state, you may find it useful if you have ever wondered what the heck lenses are.
Sunday, January 22, 2012
ANN: happstack-server 6.5.1
I am pleased to announce the release of happstack-server 6.5.1. Changes include:
- support for https:// (aka, SSL/TLS) https://groups.google.com/group/happs/browse_thread/thread/d92c24a7a81adfe8
- directory listings now sorted in alphabetical order
- added Happstack class instances for ReaderT, WriterT, StateT, and RWST
- happstack-server now compiles without producing any warnings
- various code cleanup and formatting
Discussion here:
Saturday, January 14, 2012
happstack.com: now less evil
If you experienced some outage today trying to reach happstack.com, it is because we very ungracefully transfered our domain from the evil pro-SOPA godaddy to the less-evil anti-SOPA namecheap. Yay!
You are probably already familiar with SOPA/PIPA, but if not, here is some more information:
http://lifehacker.com/5860205/all-about-sopa-the-bill-thats-going-to-cripple-your-internet
The DNS changes have probably propagated to you by now, but if not, they should in the next 24 hours.
You are probably already familiar with SOPA/PIPA, but if not, here is some more information:
http://lifehacker.com/5860205/all-about-sopa-the-bill-thats-going-to-cripple-your-internet
The DNS changes have probably propagated to you by now, but if not, they should in the next 24 hours.
Subscribe to:
Posts (Atom)