Difference between revisions of "BayHac2011"

From HaskellWiki
Jump to navigation Jump to search
Line 1: Line 1:
  +
[[Image:Haskell-and-dojo.png]]
== About ==
 
   
  +
<span style="color:#930;font-weight:bold;">Haskell Project Hackathon</span>
The Haskell Hackathon is an international, grassroots collaborative coding festival with a simple focus: build and improve Haskell libraries, tools, and infrastructure.
 
   
  +
''Friday, February 11th, 2pm – Sunday, February 13th 2pm''
  +
  +
Come join a group of Haskell hackers. Bring your own projects, or work on ours: It is more fun to do it in a group!
  +
  +
  +
<span style="color:#930;font-weight:bold;">Learn Haskell Workshop </span>
  +
  +
''Saturday, February 12th, 10am – 4pm''
  +
  +
Come learn Haskell! No prior Haskell experience needed. Bring your laptop and a willingness to have your brain stretched in enjoyable ways. We’ll be do some web programming in Haskell.
  +
----
 
[http://www.serpentine.com/blog Bryan O'Sullivan] and [http://www.ozonehouse.com/mark/ Mark Lentczner] are organizing the first San Francisco Bay Area Hackathon.
 
[http://www.serpentine.com/blog Bryan O'Sullivan] and [http://www.ozonehouse.com/mark/ Mark Lentczner] are organizing the first San Francisco Bay Area Hackathon.
   
  +
{|
* When: Feb 11-13, 2011
 
  +
|When:
* Where: [http://www.hackerdojo.com/ Hacker Dojo], 140A South Whisman Road, Mountain View, CA ([http://maps.google.com/maps/place?cid=2122486601784397611&q=hacker+dojo&gl=us Google Map])
 
 
|Feb 11-13, 2011
  +
|-
  +
|Where:
 
|[http://www.hackerdojo.com/ Hacker Dojo], 140A South Whisman Road, Mountain View, CA ([http://maps.google.com/maps/place?cid=2122486601784397611&q=hacker+dojo&gl=us Google Map])
  +
|-
  +
|Cost:
  +
|Free
  +
|}
   
 
== Get involved! ==
 
== Get involved! ==

Revision as of 05:06, 1 February 2011

Haskell-and-dojo.png

Haskell Project Hackathon

Friday, February 11th, 2pm – Sunday, February 13th 2pm

Come join a group of Haskell hackers. Bring your own projects, or work on ours: It is more fun to do it in a group!


Learn Haskell Workshop

Saturday, February 12th, 10am – 4pm

Come learn Haskell! No prior Haskell experience needed. Bring your laptop and a willingness to have your brain stretched in enjoyable ways. We’ll be do some web programming in Haskell.


Bryan O'Sullivan and Mark Lentczner are organizing the first San Francisco Bay Area Hackathon.

When: Feb 11-13, 2011
Where: Hacker Dojo, 140A South Whisman Road, Mountain View, CA (Google Map)
Cost: Free

Get involved!

  • Use the sign-up form to tell us you're coming, so we know what to expect
  • For news and discussion, join the the Google Group

Attendees

If you're attending, please put your name up!

  • austin seipp, <as@nospam.hacks.yi.org> (remove the 'nospam' subdomain)

Projects

If you're going to attend and plan working on a project, please put it up here so other interested hackers can see what sorts of projects are afoot.

Compiler plugins for GHC

I plan on helping integrate and maintain compiler plugins for GHC. My work at the hackathon will be to try and get the current patch (allowing you to write Core optimizations) applied to GHC HEAD. Following that, my plan is to extend the functionality, so you can write Cmm passes as well.

There's a wiki-page describing this on-going work: http://hackage.haskell.org/trac/ghc/wiki/NewPlugins

  • Hackers: austin seipp

Links