Midterm update for 2017
Posted on August 4, 2017 by Niki Vazou & Jasper Van der Jeugt (permalink)
Hey all,
We’d like to update the wider Haskell community on the state of the Summer of Haskell projects, now that the midterm evaluation has passed. We are very happy that almost everyone passed the evaluation.
Although several of the students maintain blogs on their own (which we definitely encourage), we also made an attempt to compile the information here.
Safe streaming with linear types
Student: Edvard Hübinette
Mentor: Arnaud Spiwack
Blog: https://m0ar.github.io/safe-streaming/The majority of the streaming library internals and prelude is converted for leveraging linear types and uses a linear monad class to ensure that old stream states cannot be accessed again, effectively eliminating the issue with arbitrarily weird behaviour arising from duplicated effects.
The student has also found some very tricky usability issues that arise from forcing linear consumption, which will be documented in an upcoming blog post.
Other than that the student is working on implementing linear versions of other monads like State, and trying to figure out how to instance LMonad IO, which seems somewhat tricky.
Bringing Sanity to the GHC Performance Test-Suite
Student: Jared Weakly
Mentor: Ben Gamari
Blog: https://jaredweakly.com/blog/category/blog/The creation of the tooling, writing the functionality, and all of the necessary supporting elements of the project are seemingly done.
What remains at this point is to start actually wiring things together in a mock-up and then finally in production. Along the way, any missing functionality will be added, helping tools to streamline things will also be added, and so on.
Haskell IDE Engine
Student: Zubin Duggal
Mentor: Alan ZimmermanHIE with the vscode plugin is now in a useable state and implements a large portion of the Language Server Protocol.
More details can be found here: https://github.com/haskell/haskell-ide-engine/blob/master/docs/Report-2017-07.md.
Last Mile for cabal new-build
Student: Francesco Gazzetta
Mentor: Daniel WagnerAlmost all the basic new-build commands are implemented, and the student is working on
new-exec
now. A bunch of bugs have been fixed (e.g. datafiles for inplace builds). Afternew-exec
, the student will work on the much-needednew-install
, which will probably take most of the remaining time (see the design concept,#4558
). The progress is tracked here: https://github.com/haskell/cabal/projects/4/.Totality checking base with Liquid Haskell
Student: Sean Leffler
Mentor: Niki Vazou
Co-mentor: Eric SeidelSo far, the student has identified multiple minor bugs and one major bug in Liquid Haskell.
While the student hasn’t made great progress on actually verifying base, the project is turning into a research project after and a number of interesting ways have been identified in the ways that Liquid Haskell interacts with the particular style of code used in base - especially Haskell’s laziness.
Modularizing haskell-mode and improving haskell-interactive-mode
Student: Vasantha Ganesh Kanniappan
Mentor: Gracjan PolakStatus of the project: Comint based Major mode for ghci repl (Inf-haskell) is being improved. The student is in the middle of a number of things: converting the interactive-haskell-mode, the minor-mode that can be used along with haskell-mode for getting completion-at-point-functions,
M-.
, loading module to interpreter, getting type of function at point and other features to depend on the comint based process instead of the old haskell-interactive-mode.More information can be found in this blogpost: https://blog.hustlr.in/posts/2017-07-19-midterm-eval.html.
Haskey (an embedded key-value store modeled after LMDB)
Student: Henri Verroken
Mentor: Steven Keuchel
Co-mentor: George KarachaliasThe following things have been finished:
- The pure B+tree implementation.
- The impure B+tree implementation, which abstracts over an page allocation back-end.
- An append-only page allocator, a page-reusing allocator, and a concurrent page allocator (allowing for concurrent readers and serialized writers), which we are currently heavily testing.
- Transaction support.
- An on-disk and in-memory storage engine.
Currently missing for our MVP (and publishing of the key-value store) are overflow pages to store large values and an efficient binary serialization.
Improve the Shake-Based Hadrian Build System for GHC
Student: Zhen Zhang
Mentor: Andrey Mokhov28 PRs have been merged up to now, and two out of three major goals (dynamic way support and installation rule) are implemented and tested on Linux and OS X platforms.
Another major goal, cross-compilation support, is also being investigated in-depth. Besides the coding part, 29 issues have been submitted, and project board has been set up. A nightly build system & tracker, called Hadrian’s Wall, is launched as well. Our team will also talk about Hadrian in this year’s HIW at ICFP.
GHC Performance improvements
Student: Igor Popov
Mentor: Jose CalderonUnfortunately, the student did not pass the midterm evaluation for this perhaps too ambitious project.
Improvement of Hackage Matrix Builder
Student: Andika Demas Riyandi
Mentor: Herbert Valerio RiedelThe migration of the site’s frontend to Purescript has been completed and soon be deployed.
Before adding new feature, the API will be upgraded to use servant-purescript so frontend and backend communication will be conducted smoothly. The next features that are planned are extending the UI to allow accessing previous historic reports that are in the database and the ability to traverse package dependency graphs.
WebGHC (a WebAssembly backend for GHC)
Student: Michael Vogelsang
Mentor: Will FancherAs it stands, WebGHC has solid foundations for building libc, compiler-rt, and ncurses to WebAssembly encoded via nix. It is possible to use the work to easily compile C code to working WebAssembly. The studnet and mentor are optimistic that they will be able to have something usable by the end of the work term.
We are very happy with the progress of the students so far and we hope that they continue to work diligently towards the final evaluation.
Summer of Haskell 2017 is made possible by our generous sponsors:
haskell.org kicked things off this year by funding a student and organizing the Summer of Haskell 2017 after a successful Summer of Haskell 2016.
Asahi Net is a Japanese Internet service provider that has been running stable systems for over 25 years. They are a proud sponsor of the Summer of Haskell, and contribute to the Japanese Haskell community.
Awake Networks is building a next generation network security and analytics platform. They are a proud sponsor of the Summer of Haskell and contribute broadly to the Haskell community.
CodeWorld is an educational project that blends mathematics and Haskell programming into a visual playground. Chris Smith has volunteered to fund two students to work on CodeWorld in particular.
Digital Asset provides Distributed Ledger solutions for financial institutions globally. They have developed a pure, typed, functional, domain specific language for writing contracts, called DAML. They are a proud sponsor of the Summer of Haskell and contribute broadly to the Haskell community.
Facebook uses Haskell in its anti-abuse infrastructure, and as part of that effort we open-sourced the Haxl framework which is being used at scale in production to automatically parallelise data-fetching code. We’re delighted to be able to support the Haskell community’s efforts by sponsoring a student for this year’s Summer of Haskell.
Fugue Inc. radically simplifies cloud operations with its software-defined system for dynamically orchestrating and enforcing cloud infrastructure at scale. Fugue uses Haskell in its product and is proud to sponsor a student to improve the ecosystem.
Galois applies cutting-edge computer science and applied mathematics to solve difficult technological problems, delivering practical solutions tailored to our clients’ needs. Haskell and other functional programming languages are key tools we use in providing these solutions.
IOHK is a technology company committed to using peer-to-peer technologies to provide financial services to the three billion people who don’t have them. We implement our first-principles cryptographic research in Haskell and we are committed to the development of the Haskell ecosystem.
Tweag I/O is a network of software innovation labs across Europe. We develop novel solutions and products for our clients around the world. Haskell is key to delivering fast, correct and maintainable code. We have shipped Haskell in anything from tiny web services to large high-performance compute clusters with custom hardware. We’re particularly keen to help the community grow Haskell into the strongest systems programming language and ecosystem out there. We’re very proud to sponsor a student this summer to help make it happen.
Davean has volunteered to fund a student expressly to work on the Hadrian build system for GHC. Steven Keuchel has provided funds for a student to work on Haskey.
Older posts
- January 20, 2024 - Summer of Haskell 2023 Results
- May 14, 2023 - Summer of Haskell 2023 Project Selections
- February 1, 2022 - Google Summer of Code in 2022
- September 23, 2021 - Haskell.org GSoC results for 2021
- October 12, 2020 - Haskell.org GSoC results for 2020
- January 12, 2020 - Call for Ideas for 2020
- January 10, 2020 - Haskell.org GSoC results for 2019
- August 26, 2019 - Student Blog: Results for Bipartite Graphs Project
- July 26, 2019 - Student Blog: Testing Bipartiteness with Monad Transformers
- May 29, 2019 - Student Blog: Introducing Bipartite Graphs in Alga
- February 26, 2019 - Haskell.Org Participating in GSoC 2019
- December 28, 2018 - Call for Ideas for 2019
- September 1, 2018 - Haskell.org GSoC results for 2018
- April 23, 2018 - Accepted projects for 2018
- March 14, 2018 - Student Applications are now open
- December 25, 2017 - Call for Ideas for 2018
- September 15, 2017 - Final results for 2017
- August 4, 2017 - Midterm update for 2017
- May 24, 2017 - Accepted projects for 2017
- April 25, 2017 - Student Applications are now open
- April 5, 2017 - Getting ready for Summer of Haskell 2017
- February 28, 2017 - Summer of Haskell 2017 Announcement
- December 8, 2016 - Summer of Haskell 2016 Wrap-Up
An RSS feed is also available.