scispace - formally typeset
J

Johan Jeuring

Researcher at Utrecht University

Publications -  208
Citations -  3198

Johan Jeuring is an academic researcher from Utrecht University. The author has contributed to research in topics: Haskell & Functional programming. The author has an hindex of 31, co-authored 196 publications receiving 2849 citations. Previous affiliations of Johan Jeuring include Open University in the Netherlands & Open University.

Papers
More filters
Journal ArticleDOI

A Systematic Literature Review of Automated Feedback Generation for Programming Exercises

TL;DR: It is found that feedback mostly focuses on identifying mistakes and less on fixing problems and taking a next step, and teachers cannot easily adapt tools to their own needs.
Proceedings ArticleDOI

Towards a Systematic Review of Automated Feedback Generation for Programming Exercises

TL;DR: It has been found that tools do not often give feedback on fixing problems and taking a next step, and that teachers cannot easily adapt tools to their own needs.
BookDOI

Generic Haskell: practice and theory

TL;DR: These lecture notes describe the basic constructs of Generic Haskell and highlight the underlying theory of the language, which adds to Haskell the notion of structural polymorphism, the ability to define a function by induction on the structure of types.
Proceedings ArticleDOI

Comparing libraries for generic programming in haskell

TL;DR: To compare and characterise the many generic programming libraries in atyped functional language, a set of criteria is introduced and a generic programming benchmark is developed: aset of characteristic examples testing various facets of datatype-generic programming.