krzkaczor

↗ HN profile [ 90.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Effecton is effect system for python allowing to write *very* typesafe apps like: ```py def charge(order: Order) -> E.Effect[Receipt, CardDeclined | CardExpired, PaymentGateway]: ... ``` So not only success value but…

  2. I got tired of trying to use yarn in npm projects. Ny always picks the right package manger based on the lockfile. Additionally it's super fast because it's written in rust. Give it a try!