Does this aims to be the python of functional programming languages?
That's roughly the positioning, yes. Approachable syntax, low ceremony, runs scripts directly. The difference is that the safety guarantees (no null, tracked effects, exhaustive matching) come for free rather than being opt-in via type checkers.
I did a comparison to python which shows the differences, and where they are similar: https://www.hica.dev/docs/hica-vs-python/
That's roughly the positioning, yes. Approachable syntax, low ceremony, runs scripts directly. The difference is that the safety guarantees (no null, tracked effects, exhaustive matching) come for free rather than being opt-in via type checkers.
I did a comparison to python which shows the differences, and where they are similar: https://www.hica.dev/docs/hica-vs-python/