From the Editor | Main Blog Index
February 17, 2009
While a lot of the talk surrounding productivity in the HPC space has to do with parallel programming models and language compilers, for coders in the trenches, the most important productivity tool is their text editor. A good source code text editor can make even a poor programming environment seem tolerable. If you doubt the significance of a developer's relationship with their editor, just suggest he or she ditch their beloved Emacs or vi for Brand X.
With that in mind, I was intrigued by the recent debut of a Web-based text editor, called Bespin, designed for source code development. Bespin is the brainchild of Mozilla Labs, which released a prototype of the tool last week. While there are other online editors like Google Docs and Zoho Writer, those are geared for general-purpose word processing and tend to make poor tools for developing code. The Bespin prototype is geared toward Web programming (it does syntax highlighting for JavaScript, HTML and CSS), but since the editor is built for extensibility, support for other languages should be relatively easy to plug in.
Bespin already seems to be getting a lot of praise in the press, and with Mozilla behind it, this may be a tool with a real future. The obvious advantage of coding in the cloud is that you've freed yourself of maintaining your editor tools -- licenses, updates, custom configurations, etc. -- on all your computers. Also, the online nature of the tool makes real-time collaboration of source code a no-brainer, although this capability doesn't exist in the prototype.
One of Bespin's strongest features is performance, which the Mozilla guys seemed to be focused on from the start. The text editing windows, as well as other types of windows, are rendered using the HTML 5 canvas element and are implemented in JavaScript. Since JavaScript runs locally, the application is able to take advantage of client-side interactivity and performance (although your mileage may vary depending on your client hardware and how canvas and JavaScript are implemented). So typing fast and editing large files does not seem to stress its performance.
The developers also paid a good deal of attention to the user interface and strived to make it as intuitive as possible. The fact that they used canvas to implement the UI graphics enabled them to incorporate a lot of intelligence in the layout and navigation of the source code files. A nice video demonstration of Bespin from two of the developers is provided below.
If you want to give Bespin a spin, you can register at https://bespin.mozilla.com/. But since the tool uses HTML 5, you'll need to install Firefox 3.0 or WebKit Nightly to test it out.
Posted by Michael Feldman - February 17, 2009 @ 4:47 PM, Pacific Standard Time
There are 0 discussion items posted.
|
Join the Discussion |
![]()
Michael Feldman is the editor of HPCwire.
No Recent Blog Comments
PGI, Cray, and CAPS enterprise are moving quickly to get their new OpenACC-supported compilers into the hands of GPGPU developers. At NVIDIA's GPU Technology Conference this week, there was plenty of discussion around the new HPC accelerator framework, and all three OpenACC compiler makers, as well as NVIDIA, were talking up the technology.
Read more...
NVIDIA has introduced its first Kepler-generation GPU product for high performance computing, and revealed some of the inner working of the new architecture. The announcement took place at the kickoff of the company's GPU Technology Conference taking place this week in San Jose, California.
Read more...
Intel Corp. has launched three new families of Xeon processors, joining the Xeon E5-2600 series the chipmaker introduced in March. These latest chips span the entire market for the Xeon line, from four- and two-socket servers, down to entry-level workstations and microservers. A number of HPC server makers, including SGI, Dell, and Appro announced updated hardware based on the new silicon.
Read more...
May 16, 2012 |
Chief scientist discusses memory stacks, interconnects, and US technology leadership.
Read more...
May 15, 2012 |
GPU maker conjures up visualization technology for virtual desktops.
Read more...
May 14, 2012 |
Pessimistic predictions about technology have a poor track record, according to 451's John Barr.
Read more...
May 10, 2012 |
DRAM manufacturers gear up for DDR4.
Read more...
May 09, 2012 |
Steven Chu discusses the role of supercomputing in energy research.
Read more...