A very minimal lispy calculator implemented in zig
+
(+ 1 2 3)
-
(- 3 2)
*
(* 3 5 2)
/
(/ 12 4)
(/ 2 4) => 0