mys-lang / mys

The Mys programming language - an attempt to create a statically typed Python-like language that produces fast binaries. See https://mys-lang.org for more information.
Other
132 stars 5 forks source link

Similarities to Nim? #1

Closed 0atman closed 4 years ago

0atman commented 4 years ago

This is a great project, with a similar feel to Nim - do steal as much from Nim as you can! How does the "rust-like" packaging compare to Nimble?

eerimoq commented 4 years ago

Anything in particular you want me to "steal" from Nim?

I don't know how nimble works in detail, but it's probably similar to the planned packaging in Mys. The main goal is to make it easy to share your code with other projects.

eerimoq commented 4 years ago

Closing as there is no response.

0atman commented 4 years ago

cool, thanks for the packaging info!