Live data from Hacker News

Show HN: Mys – an attempt to create a statically typed Python-like language

github.com

1–10 of 57 posts

Re: Show HN: Mys – an attempt to create a statically typed Python-like language

#6
post #5

Given that the OP is the github project owner, are you aware of https://chocopy.org/ ? You might want to also look at Shedskin, https://github.com/shedskin/shedskin which converts implicitly typed Python programs to C++

Previous discussion of ChocoPy is here, https://news.ycombinator.com/item?id=20957420

Re: Show HN: Mys – an attempt to create a statically typed Python-like language

#9

This looks cool. Is there anything specific you're trying to do with Mys that another language didn't do? Nim comes to mind as being in a similar space. Small nitpick about the title: Python is strongly typed.

I would call Python untyped

Re: Show HN: Mys – an attempt to create a statically typed Python-like language

#10

Question for the OP seeing as this is a Show HN: how does this compare to Nim ( https://nim-lang.org/ )?

It's a wide question, and I don't have a good answer. One obvious difference is the syntax. I prefer Python's syntax over Nim's, but at the same time I find Python slow sometimes and hard to use in embedded systems. I'm aiming to create something similar to Nim's toolchain to address that.
Post reply on HN