10 Matching Annotations
  1. Aug 2021
  2. Feb 2021
  3. Oct 2020
  4. Aug 2020
  5. Jul 2020
  6. Jun 2020
  7. Sep 2018
    1. commute

      Assessment and implementation of protective measures for long commutes particularly those linked to long hours of work to avoid safety risks

    2. transportation in Greater Toronto

      Improve urban and peri-urban transportation for LC workers particularly those with low income

  8. Aug 2016
    1. Functional programming is not only about composing functions and algebraic data structures — it makes concurrency composable

      This seems to refer to my last comment: composition is not just about composing function and ADTs, but also makes concurrency composable.

      From this first lvar paper: http://lambda-the-ultimate.org/node/4823, if two sets of modifications can be structured to commute, then they are guaranteed to be thread safe and thus can be composed.