Click here to Skip to main content
15,895,667 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!

 
NewsTom Wheeler defeats the broadband industry: Net neutrality wins in court Pin
Kent Sharkey14-Jun-16 11:49
staffKent Sharkey14-Jun-16 11:49 
NewsScala is the new golden child Pin
Kent Sharkey14-Jun-16 11:42
staffKent Sharkey14-Jun-16 11:42 
QuestionRe: Scala is the new golden child Pin
Super Lloyd14-Jun-16 12:08
Super Lloyd14-Jun-16 12:08 
AnswerRe: Scala is the new golden child Pin
raddevus14-Jun-16 12:29
mvaraddevus14-Jun-16 12:29 
GeneralRe: Scala is the new golden child Pin
Super Lloyd14-Jun-16 12:47
Super Lloyd14-Jun-16 12:47 
GeneralRe: Scala is the new golden child Pin
raddevus14-Jun-16 15:55
mvaraddevus14-Jun-16 15:55 
GeneralRe: Scala is the new golden child Pin
Sander Rossel14-Jun-16 21:32
professionalSander Rossel14-Jun-16 21:32 
GeneralRe: Scala is the new golden child Pin
Rob Grainger14-Jun-16 22:28
Rob Grainger14-Jun-16 22:28 
By no stretch of the imagination is C# functional. F# yes, C# has a few functional features, but lacks many more than it possesses.

Functions in C# are NOT objects, they don't support composition, delegates are more like function pointers than higher order functions. Some of the expression tree stuff approaches functional views of higher-order functions, but I suspect you really don't understand functional programming.

C#'s async is a different level of support for concurrency. Functional programs have immutability throughout - as such race conditions are literally impossible - that's what they mean by async-friendly. No imperative language (with the possible exception of Rust) offers anything like the same safety.
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
Alan Kay.

GeneralRe: Scala is the new golden child Pin
Super Lloyd15-Jun-16 4:05
Super Lloyd15-Jun-16 4:05 
GeneralRe: Scala is the new golden child Pin
Sander Rossel15-Jun-16 11:04
professionalSander Rossel15-Jun-16 11:04 
GeneralRe: Scala is the new golden child Pin
Super Lloyd15-Jun-16 12:26
Super Lloyd15-Jun-16 12:26 
GeneralRe: Scala is the new golden child Pin
Rob Grainger15-Jun-16 23:07
Rob Grainger15-Jun-16 23:07 
GeneralRe: Scala is the new golden child Pin
Sander Rossel16-Jun-16 1:59
professionalSander Rossel16-Jun-16 1:59 
GeneralRe: Scala is the new golden child Pin
Rob Grainger16-Jun-16 5:00
Rob Grainger16-Jun-16 5:00 
GeneralRe: Scala is the new golden child Pin
Rob Grainger15-Jun-16 22:58
Rob Grainger15-Jun-16 22:58 
GeneralRe: Scala is the new golden child Pin
Super Lloyd16-Jun-16 5:18
Super Lloyd16-Jun-16 5:18 
GeneralRe: Scala is the new golden child Pin
Rob Grainger16-Jun-16 9:20
Rob Grainger16-Jun-16 9:20 
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 

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.