Cure - a new language compiled to BEAM

In the meanwhile, I have added a real-life example to Cure: spline interpolation written completely in Cure and called from Elixir. cure-lang/examples/cure_spline at main · am-kantox/cure-lang · GitHub

The code is still clumsy. mostly due to the missing full destructure in matches (it should be released during this weekend,) but it’s a complete Thomas algorithm implementation in 325 LoCs with comments.

Eager to get any feedback.