Live data from Hacker News

Erg: a statically typed language that is Python compatible

github.com

1–10 of 194 posts

Re: Erg: a statically typed language that is Python compatible

#5

At this point I'm open to try anything that will give me access to the python ecosystem without having to code in Python. From the FAQ it looks like Erg code gets transpiled to python bytecode.

Fable for F# is working on something like that.

a link: https://fable.io/blog/2022/2022-06-06-Snake_Island_alpha.htm...

Re: Erg: a statically typed language that is Python compatible

#6
Not sure why I'd want to use this, presuming I was already happy with python. Especially now that python's type hinting is more mature. Looking through the feature set the main thing it seems to provide is a type system, but with a syntax I don't like as much as python's type hinting.
Post reply on HN