Click here to Skip to main content
15,887,322 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
AnswerRe: Scala is the new golden child Pin
Super Lloyd14-Jun-16 13:02
Super Lloyd14-Jun-16 13:02 
AnswerRe: Scala is the new golden child Pin
Rob Grainger14-Jun-16 22:27
Rob Grainger14-Jun-16 22:27 
GeneralRe: Scala is the new golden child Pin
raddevus15-Jun-16 3:26
mvaraddevus15-Jun-16 3:26 
GeneralRe: Scala is the new golden child Pin
Kevin McFarlane16-Jun-16 1:31
Kevin McFarlane16-Jun-16 1:31 
GeneralRe: Scala is the new golden child Pin
Rob Grainger16-Jun-16 5:03
Rob Grainger16-Jun-16 5:03 
GeneralRe: Scala is the new golden child Pin
Kevin McFarlane16-Jun-16 5:12
Kevin McFarlane16-Jun-16 5:12 
GeneralRe: Scala is the new golden child Pin
Rob Grainger16-Jun-16 9:22
Rob Grainger16-Jun-16 9:22 
AnswerRe: Scala is the new golden child Pin
Kevin McFarlane15-Jun-16 0:19
Kevin McFarlane15-Jun-16 0:19 
Super Lloyd wrote:
What's the point? What can it do that C# can't?


It's to do with what type of problem you are trying to solve. From your link...

"Scala particularly shines when it comes to scalable server software that makes use of concurrent and synchronous processing, parallel utilization of multiple cores, and distributed processing in the cloud.

Its functional nature makes it easier to write safe and performant multi-threaded code. There’s typically less reliance on mutable state and Scala’s futures and actors provide powerful tools for organizing concurrent system at a high-level of abstraction."

Yes, you can do all this in C# or Java but you can do it more expressively and more robustly in the likes of Scala or F#, often utilising distributed computing and concurrency frameworks such as Akka[^]. Akka is itself written in Scala but can be consumed from Java.

A year or so ago it was ported to .NET (Akka.NET[^]) and can be consumed from C#. So you can stick with C# but the ideas ultimately came from functional programming concepts.
Kevin

GeneralWhat about me...? Pin
Chris Maunder15-Jun-16 8:38
cofounderChris Maunder15-Jun-16 8:38 
GeneralRe: What about me...? Pin
Kevin McFarlane16-Jun-16 1:44
Kevin McFarlane16-Jun-16 1:44 
GeneralRe: What about me...? Pin
Rob Grainger19-Jun-16 22:25
Rob Grainger19-Jun-16 22:25 
GeneralRe: What about me...? Pin
Kevin McFarlane19-Jun-16 22:39
Kevin McFarlane19-Jun-16 22:39 
NewsAmazing photo shows likely alien planet 1,200 light-years away Pin
Kent Sharkey14-Jun-16 11:36
staffKent Sharkey14-Jun-16 11:36 
GeneralRe: Amazing photo shows likely alien planet 1,200 light-years away Pin
enhzflep14-Jun-16 15:25
enhzflep14-Jun-16 15:25 
GeneralRe: Amazing photo shows likely alien planet 1,200 light-years away Pin
Bassam Abdul-Baki15-Jun-16 0:35
professionalBassam Abdul-Baki15-Jun-16 0:35 
GeneralRe: Amazing photo shows likely alien planet 1,200 light-years away Pin
Nicholas Marty15-Jun-16 5:41
professionalNicholas Marty15-Jun-16 5:41 
GeneralRe: Amazing photo shows likely alien planet 1,200 light-years away Pin
Richard Deeming15-Jun-16 6:01
mveRichard Deeming15-Jun-16 6:01 
GeneralRe: Amazing photo shows likely alien planet 1,200 light-years away Pin
Basildane15-Jun-16 6:37
Basildane15-Jun-16 6:37 
NewsAfter all, it might not matter - A commentary on the status of .NET Pin
Kent Sharkey14-Jun-16 10:27
staffKent Sharkey14-Jun-16 10:27 
GeneralRe: After all, it might not matter - A commentary on the status of .NET Pin
Stephen Gonzalez14-Jun-16 10:55
Stephen Gonzalez14-Jun-16 10:55 
GeneralRe: After all, it might not matter - A commentary on the status of .NET Pin
Duncan Edwards Jones14-Jun-16 11:21
professionalDuncan Edwards Jones14-Jun-16 11:21 
AnswerRe: After all, it might not matter - A commentary on the status of .NET Pin
Super Lloyd14-Jun-16 11:31
Super Lloyd14-Jun-16 11:31 
GeneralRe: After all, it might not matter - A commentary on the status of .NET Pin
TheGreatAndPowerfulOz14-Jun-16 13:30
TheGreatAndPowerfulOz14-Jun-16 13:30 
GeneralRe: After all, it might not matter - A commentary on the status of .NET Pin
Kevin McFarlane15-Jun-16 1:02
Kevin McFarlane15-Jun-16 1:02 
GeneralRe: After all, it might not matter - A commentary on the status of .NET Pin
TheGreatAndPowerfulOz15-Jun-16 7:22
TheGreatAndPowerfulOz15-Jun-16 7:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.