Rust has some interesting features. Here's one I like a bit: Felix uses

        f[int]

instead of C++

        f<int>

which would be more familiar to many, for the simple reason it's too dang hard 
to parse stuff
if we also want

        f < 10

to be an expression with comparison < .. Rusts solution is quite nice:

        f::<int>

in an expression. I also kinda like their scalar type names:

        i8, u16

etc .. these are the same sufficies Felix used for 

        int8, uint16

etc. Rust's names are better.


--
john skaller
[email protected]
http://felix-lang.org




------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to