exporting sources from squeak to VW

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

exporting sources from squeak to VW

Petr Fischer-3
Hello, is there any converter for export squeak packages/classes (my  
work) into VisualWorks? Is it possible?

Thanks, pf


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

Re: exporting sources from squeak to VW

Michael van der Gulik-2


On Feb 8, 2008 11:41 AM, Petr Fischer <[hidden email]> wrote:
Hello, is there any converter for export squeak packages/classes (my
work) into VisualWorks? Is it possible?


http://lists.squeakfoundation.org/pipermail/squeak-dev/2008-February/124958.html

Quoting:
"On VisualWorks load Parcel FlieOut30.pcl (in Contributed) and in 
Settings>Source select Squeak. Now you can filein/fileout from VW in
Squeak format. This a basic way to move code between those two dialects.
I would also recommend you to use Sport portability library for files,
times and sockets, which can simplify your porting job in the future.

Best regards
Janko"

Regards,
Gulik.

--
http://people.squeakfoundation.org/person/mikevdg
http://gulik.pbwiki.com/

Reply | Threaded
Open this post in threaded view
|

Re: exporting sources from squeak to VW

Alan Knight-2
In reply to this post by Petr Fischer-3
There is a parcel in VisualWorks called FileOut30 which you can load which should make VisualWorks recognize basic Squeak format. It's based on work Roel Wuyts did some time ago. I don't think it will handle things like underscore but it will at least do basic file-in.

At 05:41 PM 2/7/2008, Petr Fischer wrote:
Hello, is there any converter for export squeak packages/classes (my 
work) into VisualWorks? Is it possible?

Thanks, pf


--
Alan Knight [|], Cincom Smalltalk Development


Reply | Threaded
Open this post in threaded view
|

Re: exporting sources from squeak to VW

Philippe Marschall
In reply to this post by Petr Fischer-3
2008/2/7, Alan Knight <[hidden email]>:
>
>  There is a parcel in VisualWorks called FileOut30 which you can load which
> should make VisualWorks recognize basic Squeak format. It's based on work
> Roel Wuyts did some time ago. I don't think it will handle things like
> underscore but it will at least do basic file-in.

As far as I understand this is not what you use to create the Seaside
port. Can these tools be found somewhere or are they secret?

Cheers
Philippe

>  At 05:41 PM 2/7/2008, Petr Fischer wrote:
>
> Hello, is there any converter for export squeak packages/classes (my
>  work) into VisualWorks? Is it possible?
>
>  Thanks, pf
>
>
>
> --
> Alan Knight [|], Cincom Smalltalk Development
> [hidden email]
> [hidden email]
>  http://www.cincom.com/smalltalk
>
>
>