Den 5/1-2026 kommer GUPEA att vara otillgängligt för alla under hela dagen.
Search
Now showing items 1-5 of 5
Front-end of a Debugger for Compiled Programs in Haskell
(2023-03-03)
There are debugging tools available for Haskell programs today, but despite providing
help for developers, these tools are not widely used in the Haskell community.
Current debugging tools for Haskell have different kinds ...
A Language for Board Games – Development of an Embedded Domain-Specific Language for Describing Board Games
(2023-03-03)
In recent years board games have increasingly found themselves in the digital medium.
One way to enable easier creation of digital board games is to create a domainspecific
language (DSL) for that purpose. This thesis ...
A Front-End for Daison
(2021-09-07)
Daison is a database written in the functional programming language Haskell. It
has no built-in visual representation of data and using it in an interactive Haskell
environment such as GHCi is inconvenient since it ...
HasLin - ett DSL för linjär algebra
(2023-03-03)
Matematik är en viktig del av datavetenskap och ett vanligt förekommande ämne på
teknikinriktade program på universitet är linjär algebra. Om matematik tolkas inom kontexten
av ett domänspecifikt språk kan klyftan mellan ...
Lollipop - A general purpose, functional programming language with linear types
(2016-11-14)
This project designs and implements a general-purpose functional programming language with linear types, called Lollipop. The purpose is to investigate how linear types can be a part of modern programming languages. The ...