Importing Visualworks code in Squeak

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Importing Visualworks code in Squeak

Alexandre Bergel-2
hi!

I would like to port Mondrian to Squeak. Mondrian is originally  
written in Visualworks. But when I extract the code from Visualworks,  
I obtain an XML description.
Here is an excerpt:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
<?xml version="1.0"?>

<st-source>
<time-stamp>From VisualWorks® NonCommercial, 7.4 of December 5, 2005  
on June 26, 2006 at 5:26:50 pm</time-stamp>
<!-- Bundle MondrianDevelopment(1.2.188,kuhn)= -->


<component-property>
<name>MondrianDevelopment</name> <type>bundle</type>
<property>developmentPrerequisites</property> <value>#(#(#bundle  
'CodeFooDevelopment' ''))</value>
</component-property><!-- Package MondrianBase(1.2.188,kuhn)= -->
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Is there an importer somewhere to load some code from visualworks  
into Squeak ? Nothing on Squeakmap and Squeaksource seems to  
correspond...

Anyonw knows about Rosetta ? The work from Joseph...

Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.cs.tcd.ie/Alexandre.Bergel
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: Importing Visualworks code in Squeak

Colin Putney

On Jun 30, 2006, at 2:30 PM, Alexandre Bergel wrote:

> hi!
>
> I would like to port Mondrian to Squeak. Mondrian is originally  
> written in Visualworks. But when I extract the code from  
> Visualworks, I obtain an XML description.

VisualWorks can file out in chunk format, but you need load a parcel  
do it... or maybe it's in public store. It's the VW 3.0 fileout  
format you want.

Colin

Reply | Threaded
Open this post in threaded view
|

RE: Importing Visualworks code in Squeak

Boris Popov, DeepCove Labs (SNN)
The parcel is called FileOut30.

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Colin
Putney
Sent: Friday, June 30, 2006 11:38 AM
To: The general-purpose Squeak developers list
Subject: Re: Importing Visualworks code in Squeak


On Jun 30, 2006, at 2:30 PM, Alexandre Bergel wrote:

> hi!
>
> I would like to port Mondrian to Squeak. Mondrian is originally  
> written in Visualworks. But when I extract the code from  
> Visualworks, I obtain an XML description.

VisualWorks can file out in chunk format, but you need load a parcel  
do it... or maybe it's in public store. It's the VW 3.0 fileout  
format you want.

Colin




smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Importing Visualworks code in Squeak

Alexandre Bergel-2
Thanks Colin and Boris...

Alexandre

Am Jun 30, 2006 um 7:41 PM schrieb Boris Popov:

> The parcel is called FileOut30.

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.cs.tcd.ie/Alexandre.Bergel
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: Importing Visualworks code in Squeak

Roel Wuyts
If there are problems with FileOut30, let me know. I did the Squeak  
part :-)

On 01 Jul 2006, at 09:48, Alexandre Bergel wrote:

> Thanks Colin and Boris...
>
> Alexandre
>
> Am Jun 30, 2006 um 7:41 PM schrieb Boris Popov:
>
>> The parcel is called FileOut30.
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.cs.tcd.ie/Alexandre.Bergel
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>