Comments
-
They probably filmed this ages ago before V8 and TraceMonkey were announced.
-
The behavior you guys were talking about where redundant requests to fill or refill a cache entry can cause severe performance degradation is called "dogpiling." Glad to hear that anti-dogpiling is in effect on 9!
-
This Week on C9: Christian "LittleGuru" Liensberger, VS 2008 and .NET Framework 3.5 SP1
Aug 15, 2008 at 11:32 PMGotta love the 9'ers in 9 videos!
-
Good to see ASP.NET MVC talk on 9. Time to go check out Preview 4.
I thought ASP.NET MVC supported multiple view engines, not just ASP.NET, e.g., NHaml, NVelocity, XSLT, your own if you felt like building one. Check out MVC-Contrib @ CodePlex for some community-driven, ASP.NET MVC-related projects.
-
Great video, Charles!
With regards to the dynamic typing-static typing dichotomy, it is not either-or. It is not only-but also. We want not only the affordances of dynamic typing but also the assurances of static typing. Type inference sorta fakes us out into believing that it provides this, but it's still static typing, and there are limitations to that approach that cannot be worked around until changes to the type system are made.
Java and C# have been around for a while, long enough to where people will grumble if you make too many changes to the language. If it is impossible to make changes to the language without incurring "-1000" penalties, then maybe it's time for a new language (or perhaps an old one whose time hadn't quite yet come...) to step up and pave the way for programming language innovation. Better ways of getting the job done is the goal. -
Another easy way to get black-on-white: the COLOR command. COLOR F0 will get you black on white. COLOR /? for more details.
Coincidentally, this video had an excellent demonstration of how IntelliSense can screw you up when you try to enter lambda expressions in C#. When Alex tried to enter c => c.City == "London", IntelliSense "helpfully" suggested case even though it makes no sense to enter the case keyword at that point (he wasn't even in a switch statement). I'm learning to hit Esc to cancel the IntelliSense, but I would prefer not having to do so. Please fix this. -
I would rather see C9V4 live, not videos about making it.
-
Douglas Crockford, Alex Russell and Joseph Smarr: On the Past, Present and Future of JavaScript
Mar 19, 2008 at 6:45 PMGreat video! I enjoyed listening to the perspectives of these JavaScript experts on the history, current state, and future of the world's most popular programming language. I would have liked a little more technical discussion about the upcoming ECMAScript standard but enjoyable nonetheless! -
I installed IE8b1 and am loving it! The new CSS and JavaScript debugging services in the IE Developer Toolbar are a killer app in my book! Great job!
-
CRPietschmann wrote:Hmm... For some reason I feel like drinking a Pepsi...
Yeah, I wonder how much Pepsico paid for that product placement. Apple, on the other hand, got no love, hiding behind Scott's Macbook Pro's C9 decal.

Great video! I'm excited to learn more about Silverlight 2, particularly the DLR, Python, and Ruby.