Smalltalk-80 text editor reference

This is a discussion on Smalltalk-80 text editor reference within the Smalltalk forums in Programming Languages category; What is the best reference for how text editing works in a Smalltalk-80 environment?...

Go Back   Application Development Forum > Programming Languages > Smalltalk

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-17-2008, 11:00 PM
plus852@gmail.com
Guest
 
Default Smalltalk-80 text editor reference

What is the best reference for how text editing works in a
Smalltalk-80 environment?
Reply With Quote
  #2  
Old 08-18-2008, 07:04 AM
Reinout Heeck
Guest
 
Default Re: Smalltalk-80 text editor reference

plus852@gmail.com wrote:
> What is the best reference for how text editing works in a
> Smalltalk-80 environment?


That differs per vendor, even per version.

Which Smalltalk and version are you talking about?


R
-
Reply With Quote
  #3  
Old 08-18-2008, 07:52 PM
plus852@gmail.com
Guest
 
Default Re: Smalltalk-80 text editor reference

The original Xerox Smalltalk 80.

On Aug 18, 6:04*am, Reinout Heeck <rein...@soops.nl> wrote:
> plus...@gmail.com wrote:
> > What is the best reference for how text editing works in a
> > Smalltalk-80 environment?

>
> That differs per vendor, even per version.
>
> Which Smalltalk and version are you talking about?
>
> R
> -

Reply With Quote
  #4  
Old 08-19-2008, 07:31 AM
Reinout Heeck
Guest
 
Default Re: Smalltalk-80 text editor reference

plus852@gmail.com wrote:
> The original Xerox Smalltalk 80.


:-)

I don't know about documentation references, I'm sure others here can
help with that.

If you can get your hands on a Xerox Smalltalk80-V2 image you can run it
and use the code browser in it to check out the editing capabilities.
Assuming things didn't change much in 30 years (a big if) you will want
to explore the class ParagraphEditor.


You can run Smalltalk80 images on VisualWorks or Squeak by making use of
the Hobbes virtualizer, see for example:
http://wwwlehre.ba-stuttgart.de/~hel...bes/readme.txt
and the source files in that same directory.



R
-


>
> On Aug 18, 6:04 am, Reinout Heeck <rein...@soops.nl> wrote:
>> plus...@gmail.com wrote:
>>> What is the best reference for how text editing works in a
>>> Smalltalk-80 environment?

>> That differs per vendor, even per version.
>>
>> Which Smalltalk and version are you talking about?
>>
>> R
>> -

Reply With Quote
  #5  
Old 08-19-2008, 08:52 PM
brian.vito@gmail.com
Guest
 
Default Re: Smalltalk-80 text editor reference

Do you know of a location to download the Smalltalk-80 v2 image? Some
googling hasn't yet turned up anything.

On Aug 19, 6:31*am, Reinout Heeck <rein...@soops.nl> wrote:
> plus...@gmail.com wrote:
> > The original Xerox Smalltalk 80.

>
> :-)
>
> I don't know about documentation references, I'm sure others here can
> help with that.
>
> If you can get your hands on a Xerox Smalltalk80-V2 image you can run it
> and use the code browser in it to check out the editing capabilities.
> Assuming things didn't change much in 30 years (a big if) you will want
> to explore the class ParagraphEditor.
>
> You can run Smalltalk80 images on VisualWorks or Squeak by making use of
> the Hobbes virtualizer, see for example:
> * *http://wwwlehre.ba-stuttgart.de/~hel...bes/readme.txt
> and the source files in that same directory.
>
> R
> -
>
>
>
> > On Aug 18, 6:04 am, Reinout Heeck <rein...@soops.nl> wrote:
> >> plus...@gmail.com wrote:
> >>> What is the best reference for how text editing works in a
> >>> Smalltalk-80 environment?
> >> That differs per vendor, even per version.

>
> >> Which Smalltalk and version are you talking about?

>
> >> R
> >> -

Reply With Quote
  #6  
Old 08-20-2008, 06:03 AM
Reinout Heeck
Guest
 
Default Re: Smalltalk-80 text editor reference

brian.vito@gmail.com wrote:
> Do you know of a location to download the Smalltalk-80 v2 image? Some
> googling hasn't yet turned up anything.


The truth is I don't know, but if you allow me to bluff a bit:


My understanding is that there was an original Smalltalk 80 image (V1)
that has two descendants: V2 which later became VisualWorks and Apple
Smalltalk which evolved into Squeak.

Smalltalk 80 (v1 and v2) are not publicly available, you might have more
luck finding an original Apple Smalltalk image.


R
-
Reply With Quote
  #7  
Old 08-20-2008, 08:25 AM
Bruce O'Neel
Guest
 
Default Re: Smalltalk-80 text editor reference

If you get the oldest image on ftp.squeak.org and you'll be quite
close to Apple Smalltalk.

I think Smalltalk-80, the Interactive Programming Environment, would
also talk about, but I'm not sure. You can get this from
http://stephane.ducasse.free.fr/FreeBooks.html

cheers

bruce
Reinout Heeck <reinout@soops.nl> writes:

> brian.vito@gmail.com wrote:
> > Do you know of a location to download the Smalltalk-80 v2 image? Some
> > googling hasn't yet turned up anything.

>
> The truth is I don't know, but if you allow me to bluff a bit:
>
>
> My understanding is that there was an original Smalltalk 80 image (V1)
> that has two descendants: V2 which later became VisualWorks and Apple
> Smalltalk which evolved into Squeak.
>
>
> Smalltalk 80 (v1 and v2) are not publicly available, you might have
> more luck finding an original Apple Smalltalk image.
>
>
>
> R
> -


--
The Brave New World of privatized digitally rights managed data sounds
good, but when you combine complex business strategies with today's
incompetent programmers, the result is that customers probably won?t
get what they paid for. In an airplane, in the clouds, this is not
comforting. - Phil Greenspun

Gotta love those 744s that come steaming out of Lambourne hold too
fast and have everything hanging out with gear down before it crosses
London Bridge. Spoilers up, flaps full, engines screaming etc. Noisy
as hell. I should know - it is my morning wake up chorus.

Bruce O'Neel - beoneel@mindspring.com
http://homepage.iprolink.ch/~bioneel/beo/beo.html - daily stuff
Reply With Quote
  #8  
Old 08-20-2008, 12:39 PM
Eliot Miranda
Guest
 
Default Re: Smalltalk-80 text editor reference

brian.vito@gmail.com wrote:
> Do you know of a location to download the Smalltalk-80 v2 image? Some
> googling hasn't yet turned up anything.


Some of us have the original v2 image as we got the original tape back
in 1983. The system is Copyright (c) 1983 Xerox Corp. All rights
reserved. If you wanted to ask permission of Xerox to make available
the original image and sources, e.g. for study purposes, who would you ask?

>
> On Aug 19, 6:31 am, Reinout Heeck <rein...@soops.nl> wrote:
>> plus...@gmail.com wrote:
>>> The original Xerox Smalltalk 80.

>> :-)
>>
>> I don't know about documentation references, I'm sure others here can
>> help with that.
>>
>> If you can get your hands on a Xerox Smalltalk80-V2 image you can run it
>> and use the code browser in it to check out the editing capabilities.
>> Assuming things didn't change much in 30 years (a big if) you will want
>> to explore the class ParagraphEditor.
>>
>> You can run Smalltalk80 images on VisualWorks or Squeak by making use of
>> the Hobbes virtualizer, see for example:
>> http://wwwlehre.ba-stuttgart.de/~hel...bes/readme.txt
>> and the source files in that same directory.
>>
>> R
>> -
>>
>>
>>
>>> On Aug 18, 6:04 am, Reinout Heeck <rein...@soops.nl> wrote:
>>>> plus...@gmail.com wrote:
>>>>> What is the best reference for how text editing works in a
>>>>> Smalltalk-80 environment?
>>>> That differs per vendor, even per version.
>>>> Which Smalltalk and version are you talking about?
>>>> R
>>>> -



--
The surest sign that intelligent life exists elsewhere in Calvin &
the universe is that none of it has tried to contact us. Hobbes.
--
Eliot ,,,^..^,,, Smalltalk - scene not herd
Reply With Quote
  #9  
Old 08-21-2008, 10:16 AM
Randal L. Schwartz
Guest
 
Default Re: Smalltalk-80 text editor reference

>>>>> "plus852" == plus852 <plus852@gmail.com> writes:

plus852> What is the best reference for how text editing works in a
plus852> Smalltalk-80 environment?

Now that you've gone down one sorta-dead-end, can we reexamine the question?

Why are you specifically interested in the "Smalltalk-80 environment",
instead of any of the dozen modern smalltalks?

In particular, look at Squeak (www.squeak.org), which owes its heritage to the
original Smalltalk-80, and is readily available under a liberal license.

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion
Reply With Quote
  #10  
Old 08-23-2008, 02:06 PM
plus852@gmail.com
Guest
 
Default Re: Smalltalk-80 text editor reference

I am interested in the history of the text editor Sam, which features
a mouse language derived in part from the original Xerox Smalltalk-80
environment, thus I am looking for more information on that
environment (rather than any of the dozen modern smalltalks).


On Aug 21, 9:16*am, mer...@stonehenge.com (Randal L. Schwartz) wrote:
> >>>>> "plus852" == plus852 *<plus...@gmail.com> writes:

>
> plus852> What is the best reference for how text editing works in a
> plus852> Smalltalk-80 environment?
>
> Now that you've gone down one sorta-dead-end, can we reexamine the question?
>
> Why are you specifically interested in the "Smalltalk-80 environment",
> instead of any of the dozen modern smalltalks?
>
> In particular, look at Squeak (www.squeak.org), which owes its heritage to the
> original Smalltalk-80, and is readily available under a liberal license.
>
> --
> Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
> <mer...@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
> Seehttp://methodsandmessages.vox.com/for Smalltalk and Seaside discussion

Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 04:41 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.