The Elena Programming Language
elena-lang.github.io
The Elena Programming Language
1–10 of 65 posts
Re: The Elena Programming Language
#2Re: The Elena Programming Language
#3Re: The Elena Programming Language
#4Re: The Elena Programming Language
#5Re: The Elena Programming Language
#6Rust is good example of a PL design that introduces new concepts (around ownership.)
Pony is another good example of PL design, for the same reason as Rust, but it differs in important ways by introducing Reference Capabilities. I tried to get some attention to it the other day: https://news.ycombinator.com/item?id=24201754
What new ideas does Elena introduce?
Re: The Elena Programming Language
#7It seems the language (at least in implementation) is closely coupled with Visual Studio and Windows?
Re: The Elena Programming Language
#8Is there anyone that doesn’t immediately scroll past the elevator pitch to the code examples when looking at a new language?
Re: The Elena Programming Language
#9From a PL design perspective, I'm interested in finding out what new ideas it introduces to an already crowded field? Rust is good example of a PL design that introduces new concepts (around ownership.) Pony is another good example of PL design, for the same reason as Rust, but it differs in important ways by introducing Reference Capabilities. I tried to get some attention to it the other day: https://news.ycombinat…