I Cast Fist@programming.dev to Programming@programming.devEnglish · 2 years agoWhich language you wish would really grow and reach mainstream adoption?message-squaremessage-square156linkfedilinkarrow-up1145arrow-down16file-text
arrow-up1139arrow-down1message-squareWhich language you wish would really grow and reach mainstream adoption?I Cast Fist@programming.dev to Programming@programming.devEnglish · 2 years agomessage-square156linkfedilinkfile-text
Assume mainstream adoption as used by around 7% of all github projects Personally, I’d like to see Nim get that growth.
minus-squarealflennik@lemmy.worldlinkfedilinkarrow-up19·2 years agoI’m obsessed with an extremely little known language called Grain. It’s not quite ready for production but it has an insanely intuitive functional syntax that I want to use noww.
minus-squaredavawen@programming.devlinkfedilinkarrow-up2·2 years agoInteresting! I see OCaml with rust syntax, for the web, which checks out the project goal of bringing functional patterns to everyday programmers.
minus-squaremorrowind@lemmy.mllinkfedilinkarrow-up1·2 years agoCould you give some examples of what you like so much?
minus-squarelascapi@jlai.lulinkfedilinkarrow-up1·2 years ago One of the most exciting things about Grain is that it compiles to WebAssembly. That’s a cool feature. What is the particularity that you talked about? In my point of view it looks like JS/TS with arrow functions. 😁
minus-squarespartanatreyu@programming.devlinkfedilinkarrow-up1·2 years ago it looks like JS/TS with arrow functions. JS/TS already has arrow functions.
I’m obsessed with an extremely little known language called Grain. It’s not quite ready for production but it has an insanely intuitive functional syntax that I want to use noww.
Interesting!
I see OCaml with rust syntax, for the web, which checks out the project goal of bringing functional patterns to everyday programmers.
Could you give some examples of what you like so much?
That’s a cool feature.
What is the particularity that you talked about?
In my point of view it looks like JS/TS with arrow functions. 😁
JS/TS already has arrow functions.