InfoQ

Topic/Tag specific view

All content and news on InfoQ about C


News about C

Is it too late for Parrot VM?

Community
Java,
.NET,
Architecture,
Ruby
Topics
Scripting

The Parrot Virtual Machine recently had it’s sixth birthday. Parrot is a VM that sprung out of the Perl6 development, which primarily targets dynamic languages, but also for instance .NET and C99. But six years is a long time, and both Microsoft and Sun is targeting this segment. Is it too late for Parrot?

Interview: Ryan Davis a.k.a. Zenspider

Community
Ruby
Topics
Dynamic Languages,
Programming

Ryan Davis, a.k.a. "Zenspider", is arguably one of the most influential Rubyists in the community. He is the author of a number of valuable open-source tools, including RubyInline and ZenTest. In this exclusive InfoQ interview, Ryan gives us a glimpse into how he has been pushing the envelope of what's possible with the Ruby language and runtime since 2000.

VS 2005 SP 1 Beta 1.0 Released

Community
.NET
Topics
Artifacts & Tools

Microsoft has announced the release of the first beta of the Visual Studio 2005 Service Pack 1. Currently it can only be downloaded via the Microsoft Connect site. It is currently available in English and Japanese. The final version is expected to be available in 3 to 4 months.

Embedding C in Ruby for Performance

Community
Ruby
Topics
Performance & Scalability,
Research

The RubyInline module, among other things, is making it easy for Ruby developers to use the power of compiled C code for significant performance gains.