I found this installation kit on eight 3.5" floppies:
OS/2
Visual Smalltalk (tm)
32-bit Pure Object-Oriented Programming System
v3.0 434920
Digitalk
Copyright 1994
Would anyone have a use for this?
Louis Krupp wrote:
I found this installation kit on eight 3.5" floppies:
ÿÿÿ OS/2
ÿÿÿ Visual Smalltalk (tm)
ÿÿÿ 32-bit Pure Object-Oriented Programming System
ÿÿÿ v3.0 434920
ÿÿÿ Digitalk
ÿÿÿ Copyright 1994
Would anyone have a use for this?
You should put it on archive.com or such, I'd install it just out of curiosity as I've never used Smalltalk
Dave
On 11/12/2025 9:27 PM, Dave Yeo wrote:
Louis Krupp wrote:
I found this installation kit on eight 3.5" floppies:
??? OS/2
??? Visual Smalltalk (tm)
??? 32-bit Pure Object-Oriented Programming System
??? v3.0 434920
??? Digitalk
??? Copyright 1994
Would anyone have a use for this?
You should put it on archive.com or such, I'd install it just out of curiosity as I've never used Smalltalk
Dave
There are a few Smalltalk implementations that might work on modern
hardware and software, and you might find those more useful than a 31-year-old relic. On the other hand, if you have a system running OS/2
and you want to install Visual Smalltalk, I'd be happy to email you the contents of the floppies (about 10MB).
Louis
On Wed, 12 Nov 2025 23:19:34 -0700
Louis Krupp <lkrupp@invalid.pssw.com.invalid> wrote:
On 11/12/2025 9:27 PM, Dave Yeo wrote:+1
Louis Krupp wrote:
I found this installation kit on eight 3.5" floppies:You should put it on archive.com or such, I'd install it just out of
ÿÿÿ OS/2
ÿÿÿ Visual Smalltalk (tm)
ÿÿÿ 32-bit Pure Object-Oriented Programming System
ÿÿÿ v3.0 434920
ÿÿÿ Digitalk
ÿÿÿ Copyright 1994
Would anyone have a use for this?
curiosity as I've never used Smalltalk
Dave
There are a few Smalltalk implementations that might work on modernWasn't 'Smalltalk' the first Object Orientated language? Yup. So maybe of some historical interest.
hardware and software, and you might find those more useful than a
31-year-old relic. On the other hand, if you have a system running OS/2
and you want to install Visual Smalltalk, I'd be happy to email you the
contents of the floppies (about 10MB).
Louis
I'm not sure this particular Smalltalk distribution would function
without an OS/2 system, but if you would like to see what you can do
with it, I'd be happy to email you the floppy contents.
Louis
On 11/14/25 05:08, Louis Krupp wrote:See squeak.com
I'm not sure this particular Smalltalk distribution would function
without an OS/2 system, but if you would like to see what you can do
with it, I'd be happy to email you the floppy contents.
Louis
Louis, I'd be interested. I have a working OS/2 system. TIA.
ÿÿ Pete
Wasn't 'Smalltalk' the first Object Orientated language?
On 11/14/25 09:36, Peter Flass wrote:
Louis, I'd be interested. I have a working OS/2 system. TIA.
ÿÿ Pete
See squeak.com
On Fri, 14 Nov 2025 10:36:12 +0000, Kerr-Mudd, John wrote:
Wasn't 'Smalltalk' the first Object Orientated language? Yup. So maybe
of some historical interest.
Yeah. Depending on your outlook is should be praised or damned for
starting the 'everything' is an object idea.
On Fri, 14 Nov 2025 10:47:03 -0500, geodandw wrote:
On 11/14/25 09:36, Peter Flass wrote:
Louis, I'd be interested. I have a working OS/2 system. TIA.
ÿÿ Pete
See squeak.com
I think you mean <https://squeak.org/>.
Louis Krupp wrote:
I found this installation kit on eight 3.5" floppies:
OS/2
Visual Smalltalk (tm)
32-bit Pure Object-Oriented Programming System
v3.0 434920
Digitalk
Copyright 1994
Would anyone have a use for this?
You should put it on archive.com or such, I'd install it just out of curiosity as I've never used Smalltalk
Dave
On 14 Nov 2025 19:28:26 GMT
rbowman <bowman@montana.com> wrote:
On Fri, 14 Nov 2025 10:36:12 +0000, Kerr-Mudd, John wrote:
Wasn't 'Smalltalk' the first Object Orientated language? Yup. So maybe
of some historical interest.
Yeah. Depending on your outlook is should be praised or damned for
starting the 'everything' is an object idea.
I find they're mostly Spherical.
sadly i do not consider python as currently implemented to be OOP
...
On 11/12/2025 9:27 PM, Dave Yeo wrote:
Louis Krupp wrote:
I found this installation kit on eight 3.5" floppies:
OS/2
Visual Smalltalk (tm)
32-bit Pure Object-Oriented Programming System
v3.0 434920
Digitalk
Copyright 1994
Would anyone have a use for this?
You should put it on archive.com or such, I'd install it just out of
curiosity as I've never used Smalltalk
Dave
There are a few Smalltalk implementations that might work on modern
hardware and software, and you might find those more useful than a 31-year-old relic. On the other hand, if you have a system running OS/2
and you want to install Visual Smalltalk, I'd be happy to email you the contents of the floppies (about 10MB).
On 11/14/25 05:08, Louis Krupp wrote:
I'm not sure this particular Smalltalk distribution would function
without an OS/2 system, but if you would like to see what you can do
with it, I'd be happy to email you the floppy contents.
Louis
Louis, I'd be interested. I have a working OS/2 system. TIA.
Don't let it downgrade your SOM as you will no longer have a working
OS/2 system :)
On Fri, 14 Nov 2025 20:21:54 -0500, songbird wrote:
sadly i do not consider python as currently implemented to be OOP
...
In Python, everything is very much an object. To be specific, every
value that you can compute in an expression and put in a variable is
an object. Furthermore, functions and classes are objects, too.
But then, every object is an instance of a class. So if functions and
classes are objects, what are they instances of?
And then things start to get interesting ...
well, my perspective is that every created object seems to be
accessible through the references from the main program and not
really independently existing so you can't really isolate those
objects or prevent them from being messed with in some ways that
to me should be simplistic, built in and obvious. but perhaps
i'm missing something or some finer point?
ultimately what i think is that if an object is created then
after that the only way that object can be accessed is through
messages ...
Peter Flass wrote:
On 11/14/25 05:08, Louis Krupp wrote:
I'm not sure this particular Smalltalk distribution would function
without an OS/2 system, but if you would like to see what you can do
with it, I'd be happy to email you the floppy contents.
Louis
Louis, I'd be interested. I have a working OS/2 system. TIA.
Don't let it downgrade your SOM as you will no longer have a working
OS/2 system :)
Dave
But code blocks are not objects in Python as they are in Smalltalk.
Louis Krupp wrote:
On 11/12/2025 9:27 PM, Dave Yeo wrote:
Louis Krupp wrote:
I found this installation kit on eight 3.5" floppies:
ÿÿÿ OS/2
ÿÿÿ Visual Smalltalk (tm)
ÿÿÿ 32-bit Pure Object-Oriented Programming System
ÿÿÿ v3.0 434920
ÿÿÿ Digitalk
ÿÿÿ Copyright 1994
Would anyone have a use for this?
You should put it on archive.com or such, I'd install it just out of
curiosity as I've never used Smalltalk
Dave
There are a few Smalltalk implementations that might work on modern
hardware and software, and you might find those more useful than a
31-year-old relic. On the other hand, if you have a system running OS/2
and you want to install Visual Smalltalk, I'd be happy to email you the
contents of the floppies (about 10MB).
If you look at my headers, I'm posting from,
Mozilla/5.0 (OS/2; Warp 4.5; rv:45.0) Gecko/20100101 Firefox/45.0 SeaMonkey/2.42.9esr
So yes, I have a working OS/2 system and the knowledge how to install something like Visual Smalltalk without hosing the system. It's
probably like other Visual compilers and will install old versions of
system software.
You can try the mailing address on the post, if Google rejects it, I
can give you a different email, but not here.
Dave
On 11/14/2025 9:48 PM, Dave Yeo wrote:
Louis Krupp wrote:
On 11/12/2025 9:27 PM, Dave Yeo wrote:
Louis Krupp wrote:
I found this installation kit on eight 3.5" floppies:
ÿÿÿ OS/2
ÿÿÿ Visual Smalltalk (tm)
ÿÿÿ 32-bit Pure Object-Oriented Programming System
ÿÿÿ v3.0 434920
ÿÿÿ Digitalk
ÿÿÿ Copyright 1994
Would anyone have a use for this?
You should put it on archive.com or such, I'd install it just out of
curiosity as I've never used Smalltalk
Dave
There are a few Smalltalk implementations that might work on modern
hardware and software, and you might find those more useful than a
31-year-old relic. On the other hand, if you have a system running OS/2
and you want to install Visual Smalltalk, I'd be happy to email you the
contents of the floppies (about 10MB).
If you look at my headers, I'm posting from,
Mozilla/5.0 (OS/2; Warp 4.5; rv:45.0) Gecko/20100101 Firefox/45.0
SeaMonkey/2.42.9esr
So yes, I have a working OS/2 system and the knowledge how to install
something like Visual Smalltalk without hosing the system. It's
probably like other Visual compilers and will install old versions of
system software.
You can try the mailing address on the post, if Google rejects it, I
can give you a different email, but not here.
Dave
I sent email to the address in your "From:" header. Did you get it?
Louis
On 11/17/25 18:08, Louis Krupp wrote:It was. My apologies...
On 11/14/2025 9:48 PM, Dave Yeo wrote:
Louis Krupp wrote:
On 11/12/2025 9:27 PM, Dave Yeo wrote:
Louis Krupp wrote:
I found this installation kit on eight 3.5" floppies:
ÿÿÿ OS/2
ÿÿÿ Visual Smalltalk (tm)
ÿÿÿ 32-bit Pure Object-Oriented Programming System
ÿÿÿ v3.0 434920
ÿÿÿ Digitalk
ÿÿÿ Copyright 1994
Would anyone have a use for this?
You should put it on archive.com or such, I'd install it just out of >>>>> curiosity as I've never used Smalltalk
Dave
There are a few Smalltalk implementations that might work on modern
hardware and software, and you might find those more useful than a
31-year-old relic. On the other hand, if you have a system running
OS/2
and you want to install Visual Smalltalk, I'd be happy to email you
the
contents of the floppies (about 10MB).
If you look at my headers, I'm posting from,
Mozilla/5.0 (OS/2; Warp 4.5; rv:45.0) Gecko/20100101 Firefox/45.0
SeaMonkey/2.42.9esr
So yes, I have a working OS/2 system and the knowledge how to
install something like Visual Smalltalk without hosing the system.
It's probably like other Visual compilers and will install old
versions of system software.
You can try the mailing address on the post, if Google rejects it, I
can give you a different email, but not here.
Dave
I sent email to the address in your "From:" header. Did you get it?
Louis
Your note was probably for Dave. Thanks a lot anyway!
| Sysop: | Tetrazocine |
|---|---|
| Location: | Melbourne, VIC, Australia |
| Users: | 14 |
| Nodes: | 8 (0 / 8) |
| Uptime: | 216:22:40 |
| Calls: | 184 |
| Files: | 21,502 |
| Messages: | 82,076 |