projectshaped / parametric-svg

[NOT MAINTAINED] Parametric drawings in pure SVG.
http://parametric-svg.js.org
73 stars 5 forks source link

Idea: More natural syntax for ternary #30

Open tomek-he-him opened 8 years ago

tomek-he-him commented 8 years ago

Instead of false ? 1 : -1 we could have a Haskell-like if false then 1 else -1.