pikatchu / LinearML

Functional language for parallel programming
Other
432 stars 37 forks source link

Discontinued? #17

Closed joe9 closed 5 years ago

joe9 commented 7 years ago

Hello,

Thanks for sharing LinearML.

This seems to be a good idea. Just want to check if you found any other language that can do what LinearML set out for?

Thanks

hawkw commented 7 years ago

I'm not @pikatchu, but I bet you'd probably like Rust.

boomshroom commented 7 years ago

@hawkw I'm not @joe9, but I do like Rust. I just don't like how it has a monopoly on static memory safety.

hawkw commented 7 years ago

@boomshroom totally agree, would love to see static memory safety become widespread; my response was directed specifically at @joe9's question regarding other languages with similar goals.

olleharstedt commented 6 years ago

It's worth pointing out that Rust does not support linear types (yet), and that linear types have a broader use-case than safe memory management.