Bindings, Platforms, and Innovation
This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.
Tracking change and innovation in the enterprise software development community
Posted by Werner Schuster on Sep 28, 2007 12:01 AM
Rubinius has been getting a lot of support recently, and some in the group of Ruby VM implementers believe it to have a grand future.obj.methods(shows the methods of obj). Rubinius goes one step further by giving access to the Abstract Syntax Tree (AST) of the Ruby code, a data structure representing the code. Rubinius uses ParseTree, a representation using symbols and nested lists. For example, this code:
puts "Hello, Rubinius. You rock my world!"is represented like this:
[:fcall, :puts, [:array, [:str, "Hello, Rubinius. You rock my world!", 0]]]If this looks familiar to LISP or Scheme code, that's no accident. The representation is called s-expressions (symbolic expressions), which is also how these languages represent their code.
Head to your Rubinius directory and utter forth the following:
git pull ; rake build
Ensuring Code Quality in Multi-threaded Applications
Download the Free Adobe® Flex® Builder 3 Trial
Usage Landscape: Enterprise Open Source Data Integration
Unfortunately using Git means it's much harder to develop on Windows. The Linux kernel developers may all be using a certain free UNIX clone, but I bet there are one or two Ruby developers on Windows..
Git seems to work on Windows: http://git.or.cz/gitwiki/WindowsInstall No idea how well it works though. There seems to be a Java Git client and an Eclipse plugin http://git.or.cz/gitwiki/EclipsePlugin It's somewhat surprising (to me at least) that many projects now seem to choose Git, especially since it was designed for Linux Kernel work on Linux. I'd have thought that Mercurial http://www.selenic.com/mercurial/wiki/ would be the choice for non-Linux Kernel projects. It's used by many projects http://www.selenic.com/mercurial/wiki/index.cgi/ProjectsUsingMercurial and (from what I know) was one of the two final candidates as DSCM for Rubinius.
It works, for some value of "works" :-)
Flog is a new tool that analyzes code an generate a quality rating of it OR Flog is a new tool that analyzes code and generate a quality rating of it
This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.
This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.
This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.
This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.
This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.
After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.
IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.
Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.
4 comments
Watch Thread Reply