Hac φ 2009/Talks

From HaskellWiki
< Hac φ 2009
Revision as of 14:01, 14 July 2009 by Sclv (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

If you'd like to give a talk, announce it here; tell us your name, the title of the talk, a short description. Please also let us know if you won't be attending Saturday afternoon and want to present at some other time.

Haskell in Web Browser

  • Overview of an EDSL for Javascript generation (JSMW), and related techniques.
  • Using WebIDL to build reusable components; conversions between Haskell and Web IDL
  • Overview of Core-based work done earlier (Yhc, Hugs)
  • Future work: integrate Core and JSMW

Alternatively (or additionally)

As HSFFIG was recently "revived", if there is a project to work on during Hac φ with bindings to a C library (but not C++), and the developers would like to give HSFFIG (or ffipkg) a try, I may give a talk on that and will be happy to help.

  • Dimitry Golubovsky


JMacro: A Macro System for Programmatic Generation of Javascript

A different approach I've been working on, based on quasi-quotation and some neat ideas about managing scope. Based on the premise that the best DSL for most Javascript is (almost) Javascript, but the best syntax for Javascript is (almost) Haskell.

  • Sterling Clover