Looking very good indeed.
Not using my favourite socnet, but kudos - these changes are nice.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Looking very good indeed.
Not using my favourite socnet, but kudos - these changes are nice.
Golden comment by Gilad: "there are conferences for those papers".
Golden comment by Erik: "did you get a package from Amsterdam?".
Great idea by Erik towards the end. Isn't that sort of also what Links was invented for?
Not using Dart yet but probably will include it in the existing arsenal of Js+Jq, C# and F#.
Great interview ![]()
Congrats on a really great product!
And good old Dare. I remember him from the first years of XML.
2 days ago, Richard.Hein wrote
*snip*
@exoteric: Check out this session, where he mentions what Anders said there, how most people don't know what to do with machine learning in terms of language design, yet:
It's funny, he mentions Anders and esoteric in the same paragraph ... oh your exo ... still.
(I am actually also esoteric
, I just don't use that account anymore for technical reasons.)
Thanks for the reference. I'll check it out!
Watching....
It's clear from the beginning that Gilad is a great speaker with a great sense of humor ![]()
Love it so far...
It was indeed very humorous.
Good points about the skill of the library writer vs the skill of the application writer vs the application writer as a library writer.
I do wonder what Anders meant with machine learning and its future in programming.
Excellent. Press play on video...
The F# examples are not as idiomatic as they could be.
Example 1:
let aString = "string" let stringResult = aString |> Seq.map Char.ToUpper let listResult = aString |> Seq.map int
Example 2:
let set = Set([1; 2; 3]) let filtered = set |> Set.filter ((=) 2) let mapped = set |> Set.map (fun elm -> elm.ToString())
A little bit of the "Intellisense effortlessness" is lost of course, because you're not dotting your way through functions but instead tell the compiler that it should use the filter function from the Set module, etc.
The |> pipeline operator does ensure that you can use the same fluent style though.
23 minutes ago, dot_tom wrote
Curious choice of presentation to keynote with for this conference. It felt very much like a BUILD presentation rather than a presentation aimed at a wider, more or less platform agnostic, academic audience.
I felt it made perfect sense for this audience: BUILD is about application developers and Lang.next is about language developers, so what is more natural than present language developers with a little bit of Windows Runtime, so even more languages can potentially target the new Windows platform without even needing to go through .NET.
Is there a recording for this? It'd be stellar to have it. ![]()
Oh, Lang.net already in progress!
Great talk here. ![]()
(I agree on the audio being sub-par. Compare the audio to e.g. the latest episode of cloud cover and you'll have much more pleasant voice recordings. The content rocks though.)