Comment by rurban
4 months 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
4 months 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 ↗