Skip to content

BP-HUG/bp-hackathon-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Budapest Haskell Hackathon 2016 (2016–08–07)

Our meetup group held a two day hackathon on the 6th and 7th of August. During the event we had four longer presentations at the event, and four lightning talks. You can find the slides, and links to the videos here, but for more general information about the hackathon please visit the event's wiki.
We also took some photos, which you can find here.

🎙️ Presentations 🎙️

Dániel Vigovszky: Haskell at Prezi

Abstract:

“Prezi uses Haskell in its document model related projects. In this talk first we will explain the domain and show the problems we wanted to solve. Following that we will first show the unique build environment we created to be able to work efficiently on complex Haskell codebases. Then we will look into our extensive use of QuickCheck, how it's used and what we learned.”

More info:

Máté Karácsony: Zeldspar: The Road to Epiphany

Abstract:

“Zeldspar is a domain-specific language to implement digital signal processing pipelines. It's an implementation of the Ziria language (by Microsoft Research) on the top of Feldspar (an EDSL written in Haskell for signal processing, developed at Chalmers in Göteborg, Sweden). In this talk I will present how Zeldspar is built on the top of a deep language stack, and I also show how it can be compiled to run efficiently on many-core devices such as Adapteva's Epiphany chips and Parallella boards.”

More info:

András Kovács: A tour of GHC 8 features

Abstract:

“GHC 8 brought us a number of new features. This talk focuses on the changes to the type system (new kind system, explicit type applications, injective families) and presents some use cases and idioms that were impossible or unwieldy with previous GHC releases. We also touch on Strict Haskell, stack tracing, custom type errors, record field overloading, and their current usability.”

More info:

Dániel Berényi: Selected use cases of structured recursion schemes

Abstract:

"We show how the simplest structured recursion schemes can drive generic tree manipulations. Catamorphisms perform bottom-up, while Anamorphisms do the opposite (top-down) recursive traversals. The transformations applied to the trees are completely separated from the traversal in the form of algebras and coalgebras. We show how these methods can be used to do simple manipulations to a small Embedded Domain Specific Language. We briefly review their potential applications in High-Performance Computing applications.”

More info:

## ⚡️Ligthining talks⚡️

Andor Pénzes: OO in Haskell

Description: A quick experiment to implement OO methods in Haskell. You can follow the progression through the commits.

More info:

Frantisek Kocun: Howerpoint: CLI presentation slides is Haskell

Description: Use GHCi to display slides for your presentations.

More info:

Boldizsár Németh: Haskell tools demo

Description: A new refractoring tool for Haskell. Contributors are welcome! If you know to write plugins for text editors (e.g. Emacs, Vim), or IDEs and want to help please contact Boldizsár!

More info:

Péter Divánszky: x86–64 code generation is Haskell demo

Description: Generate x86 assembly code from Haskell.

More info:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published