Skip to content

A proof-of-concept application to show the principles of purely functional programming

License

Notifications You must be signed in to change notification settings

hablapps/geofences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a proof-of-concept version of a geofence application, intended to show the principles of purely functional programming. In particular:

  • It shows how to implement the domain service and data layers of the application using declarative APIs in a finally tagless style, i.e. using type classes
  • It shows how to design purely functional testing catalogues (using the puretest library), and reuse those catalogues both for unit and integration testing.

Talks

Codemotion'17 - Functional programming in practice, with all its consequences

License

The code of this application is licensed under the Apache License, Version 2.0.

About

A proof-of-concept application to show the principles of purely functional programming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages