Issue-Wanted Web Application
Issue-wanted is a web application focused on improving the open source Haskell community. It does so by centralizing and categorizing GitHub issues...
Improving HsYAML Library
HsYAML is a pure Haskell idiomatic implementation of the YAML 1.2 data serialization language with a strong emphasis on compliance with the YAML 1.2...
Improving Hackage Matrix Builder as a Real-world Fullstack Haskell Project
Finding the best example of full-stack Haskell web development project is hard as a beginner to intermediate Haskell developer. This is based on my...
Putting hie Files to Good Use
A collection of small to medium length tasks which will improve the Haskell
editor tooling experience, as a continuation of my work on GSOC18 and...
Upgrading hs-web3 library
Impement a WebSocket layer to hs-web3 and use this WebSocket Functionality to upgrade the current web3 modules and implement an IPFS-Api module using...
More graph algorithms for Alga
The project is about adding some new features to Alga library. This project is on the list of ideas.
Briefly about goals:
Acyclic graphs
I finished...
Extending Alga
Alga is a library for algebraic construction and manipulation of graphs in Haskell. Currently there are two main goals, as proposed by Mr. Andrey...
Implementing Chebyshev polynomial approximations in Haskell: Having the speed and precision of numerics with complex, non-polynomial functions.
Practically speaking, in science, engineering, and statistics, most computations are done numerically. My project aims to implement a library that...
Hadrian Optimisation
Hadrian seeks to replace GHC’s current Make-based build system some time around GHC 8.8, but since the main goal of Hadrian so far has been to...
Automated requirements checking as a GHC plugin
The aim of this project would be to create a GHC plugin that allows instructors to define requirements for the code within a project and...
Extending Hasktorch With RNNs and Encoder-Decoder
Project is to build a sequence-to-sequence encoder-decoder model as a module of the Hasktorch library, and demonstrate it on an NLP task.
Functional Machine Learning with Hasktorch: Produce Functional Machine Learning Model Reference Implementations
Neural networks are a powerful tool in machine learning. An integral part of any network is its architecture. However, structuring and comparing new...
Property-based testing stateful programs using quickcheck-state-machine
Testing software is essential. As a project gets bigger, the difficulty of testing the interactions of all its components increases. Property based...
A language server for Dhall
The aim of the proposed project is to improve support for the Dhall language in mainstream editors via the Language Server Protocol standard.
A stronger foundation for interactive Haskell tooling
Inevitably new and prospective Haskell users will attempt to obtain editor/IDE
integration for Haskell but unfortunately they are much more likely to...