Skip to content

papers-we-love/budapest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Papers We Love Budapest

This is the repository for the Budapest chapter of Papers We Love. As a local chapter we follow the Papers We Love Code of Conduct.

Welcome

What was the last paper you read and loved within the realm of computing? What did it inspire you to build or tinker with? Come share the ideas in an awesome academic/research paper with fellow engineers, programmers, and paper-readers. Lead a session and show off code that you wrote that implements these ideas or just give us the lowdown about the paper. Or, just come, listen, and discuss!

We're curating this repository for papers presented at Papers We Love Budapest. You can contribute by adding PR's for papers, code, and/or links to other repositories, like the main Papers We Love repo, here.

If you need to reach out to us or have ideas for papers, just ask us via our Twitter account!

If you have a paper you love and want to give a presentation about it, create an issue on this repo.

Past presentations

📖 Dániel Berecz on "The Essence of Functional Programming" by Philip Wadler (2017-03-02)

Abstract

This paper explores the use monads to structure functional programs. No prior knowledge of monads or category theory is required.

Monads increase the ease with which programs may be modified. They can mimic the effect of impure features such as exceptions, state, and continuations; and also provide effects not easily achieved with such features. The types of a program reflect which effects occur.

The first section is an extended example of the use of monads. A simple interpreter is modified to support various extra features: error messages, state, output, and non-deterministic choice. The second section describes the relation between monads and continuation-passing style. The third section sketches how monads are used in a compiler for Haskell that is written in Haskell.

Additional resources:

🔴⚫🌳 Károly Lőrentey on "Red-black trees in a functional setting" by Chris Okasaki (2017-07-13)

Abstract

Everybody learns about balanced binary search trees in their introductory computer science classes, but even the stouthearted tremble at the thought of actually implementing such a beast. The details surrounding rebalancing are usually just too messy. To show that this need not be the case, we present an algorithm for insertion into red-black trees (Guibas & Sedgewick, 1978) that any competent programmer should be able to implement in fifteen minutes or less.

Additional resources:

GitHub projects:

Information

Events are posted to the Papers We Love Budapest meetup group.

Contact

Dániel Berecz | GitHub | Twitter | Email

About

Papers We ❤️ Budapest

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published