↧
PureScript on Android
I've been playing around with PureScript on Android via React Native. Here's what a TodoMVC-style app looks like:And here's what the guts of the code look...
View ArticleWhy CSP matters I: Keeping things in sync
The core.async library is a well known library in the Clojure community for managing asynchronous programming. It is based on CSP or Communicating Sequential Processes, originally introduced by Tony...
View ArticleWhy CSP matters II: How do I know sync works?
How does one know if their synchronization algorithm works? I have a real-time synced grocery list app. In the last post I attempted to scrape by on synchronization by implementing differential sync...
View Article