nothin

Rethinking programming from the ground up

  • Parse-free: the syntax tree is the program
  • Strong typing guaranteed, with holes as first-class values
  • Structural merging that deeply understands your code
  • github.com/frgmt0/nothing
>construct-num 1»1«
>construct-binop +1 + »⦇⦈«
>construct-bool true1 + »⦇true⦈«
>delete1 + »⦇⦈«
>construct-num 21 + »2«