Interactive PS examples - PureScript

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Sridhar Ratnakumar

Are there some good interactive apps written in PS, that are publicly available?

miles

The signal recipes here are FRP-like https://github.com/JordanMartinez/purescript-cookbook/blob/master/README.md#recipes

An unofficial Cookbook for PureScript. Contribute to JordanMartinez/purescript-cookbook development by creating an account on GitHub.
Mike Solomon

Sridhar Ratnakumar said:

Bonus points if FRP

https://klank.dev/#/silent-night
created using github.com/mikesol/purescript-wags, github.com/mikesol/purescript-behaviors and github.com/mikesol/purescript-event

Web audio graphs as a stream. Contribute to mikesol/purescript-wags development by creating an account on GitHub.
A simple push-pull FRP implementation. Contribute to mikesol/purescript-behaviors development by creating an account on GitHub.
The Event type, extracted from purescript-behaviors - mikesol/purescript-event