Erg: a statically typed language that is Python compatible
1–10 of 194 posts
Re: Erg: a statically typed language that is Python compatible
#2At 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.
Re: Erg: a statically typed language that is Python compatible
#3Nice.
Re: Erg: a statically typed language that is Python compatible
#4At 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.
Why so averse to direct Python?
Re: Erg: a statically typed language that is Python compatible
#5At 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
#6Not 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.
Re: Erg: a statically typed language that is Python compatible
#7Nice.
That icon tho
Re: Erg: a statically typed language that is Python compatible
#8I have so much trouble when trying to refactor projects bigger than a few hundred lines in python. If I could integrate this into Jupyter easily I'd be excited to try it out.
Re: Erg: a statically typed language that is Python compatible
#9It would be nice if someone created a typescript for python. Something that allows us to wrangle control and sanity over reams of legacy untyped python madness.
Re: Erg: a statically typed language that is Python compatible
#10It would be nice if someone created a typescript for python. Something that allows us to wrangle control and sanity over reams of legacy untyped python madness.
Mypy?