Show HN: Mys – an attempt to create a statically typed Python-like language
1–10 of 57 posts
Re: Show HN: Mys – an attempt to create a statically typed Python-like language
#2Re: Show HN: Mys – an attempt to create a statically typed Python-like language
#3P.S.: Might make sense to try to get to a common type-safe language spec?
Re: Show HN: Mys – an attempt to create a statically typed Python-like language
#4Small nitpick about the title: Python is strongly typed.
Re: Show HN: Mys – an attempt to create a statically typed Python-like language
#5You might want to also look at Shedskin, https://github.com/shedskin/shedskin which converts implicitly typed Python programs to C++
Re: Show HN: Mys – an attempt to create a statically typed Python-like language
#6Given 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++
Re: Show HN: Mys – an attempt to create a statically typed Python-like language
#7See "What to know before debating type systems":
http://blogs.perl.org/users/ovid/2010/08/what-to-know-before...
Re: Show HN: Mys – an attempt to create a statically typed Python-like language
#8... or let the attacker execute arbitrary code.
Re: Show HN: Mys – an attempt to create a statically typed Python-like language
#9This 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.
Re: Show HN: Mys – an attempt to create a statically typed Python-like language
#10Question for the OP seeing as this is a Show HN: how does this compare to Nim ( https://nim-lang.org/ )?