Comment by rurban
2 days ago
(a + c/2) * sqrt(b)
is not a simple language.
(* (+ a (/ c 2)) (sqrt b))
would be a simple and precise to parse language, and the typical compiler for this is written in a day. Search for SIOD
2 days ago
(a + c/2) * sqrt(b)
is not a simple language.
(* (+ a (/ c 2)) (sqrt b))
would be a simple and precise to parse language, and the typical compiler for this is written in a day. Search for SIOD
No comments yet
Contribute on Hacker News ↗