Nice video (a little noisy in the background, but what can you do? ).
I love all F# content. Keep it up!
esoteric wrote:Now you need the equipment to be able to do 2 hour interviews, Charles.
Awesome interview: thanks to everyone for doing it!Asynchronous workflows just made it to the top of my list of exciting new F# developments to learn about...
You should definitely check out Tomas' blog, which littleguru linked above. He has an article with a code sample library for implementing asynchronous workflows-like code in C#, as well as a nice set of articles introducing F#.
As interesting as F# is, I would still love to see LISP or SCHEME running on the CLR/DLR. I would find it absolutely delightful if a user-friendly dialect of LISP became the most popular software development language 5 years from now, with versions to generate CIL and JVM (and maybe Dalvik) bytecode.
JChung2006 wrote:You should definitely check out Tomas' blog, which littleguru linked above. He has an article with a code sample library for implementing asynchronous workflows-like code in C#, as well as a nice set of articles introducing F#.As interesting as F# is, I would still love to see LISP or SCHEME running on the DLR. I would find it absolutely delightful if a user-friendly dialect of LISP became the most popular software development language 5 years from now.
Besides the dynamic language bits, which are nice, what is interesting about the DLR is that they are refactoring the CLR aka CoreCLR.