Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 806 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 806 Bytes

#Sodium FRP examples (typescript port)

This repository attempts to port examples from Functional Reactive Programming book by Stephen Blackeath, that were originally written in Java.

Each example is on its own respective branch.

If you wish to contribute, submit a pull request or, alternatively, ask me to be included as a collaborator.

Examples:

Examples are in examples directory, you can build individual one by typing npm start -- --ex=1 if you omit --ex argument, it will then default to ex1.

######*- the tick means OK: its possible to reproduce given example with the Typescript API