The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Cincom Smalltalk Progress

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Cincom Smalltalk Progress Posted: Aug 30, 2005 3:47 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Cincom Smalltalk Progress
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

We have an interesting project going on right now - we call it ObjectStudio in VisualWorks. As you probably know, Cincom Smalltalk consists of two Smalltalk environments - ObjectStudio and VisualWorks. Most of our customers use one or the other, but we do have a number now who are using both. That number is going to increase soon, I expect.

ObjectStudio is a pure Windows development environment, and is usually used for Client/Server projects. VisualWorks is cross platform, and suitable for a wider range of projects. The biggest difference between the two has been at the VM level - VW has a modern, JITing VM which is very fast, and very scalable. ObjectStudio, on the other hand, has a slower, purely interpreted VM. Additionally, an awful lot of things that are implemented at the image level in VW are implemented at the VM level in ObjectStudio.

Which explains where we are taking ObjectStudio - into VisualWorks. ObjectStudio will ship as a separate image (we also plan to make it loadable), hosted inside the VisualWorks environment. That's going to entail some changes for ObjectStudio developers, but it will also entail a number of new capabilities - every feature of VisualWorks will be available in ObjectStudio, and every feature of ObjectStudio will be available in VisualWorks.

There will be some changes - at present, ObjectStudio threads map to native Windows threads. In the OST in VW release, ObjectStudio threads, like VW ones, will map to Smalltalk level green threads. Using the VisualWorks VM, ObjectStudio applications will be a lot faster. There will also be some code changes necessary - we will have a white paper detailing that list ready shortly.

The good news is this - the key features of ObjectStudio:

  • Native Windows GUI
  • Database Modeling Tools
  • OLE embedding

will all be available - just as importantly, these will all be available for VisualWorks developers as well. This is not simply a change and upgrade for ObjectStudio developers, but a set of new capabilities for VisualWorks developers as well.

Stay tuned for the white paper - I'll have links once it's ready. As to timing? We may have early access (meaning, pre-beta level) available this winter. As engineering moves through the development cycle, I'll have more details.

Read: Cincom Smalltalk Progress

Topic: why the lucky stiff's OSCON Presentation Recordings Available Previous Topic   Next Topic Topic: No such thing as best practices? Sure there are!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use