Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > alt.folklore.computers > #232160

Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994

From ram@zedat.fu-berlin.de (Stefan Ram)
Newsgroups alt.folklore.computers
Subject Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994
Date 2025-11-15 09:09 +0000
Organization Stefan Ram
Message-ID <Python-20251115100600@ram.dialup.fu-berlin.de> (permalink)
References <0k7RQ.387$P1Z9.49@fx14.iad> <V6dRQ.6774$b134.2822@fx17.iad> <i61lul-mej.ln1@anthive.com> <10f8pgu$385vs$11@dont-email.me> <ldclul-92q.ln1@anthive.com>

Show all headers | View raw


songbird <songbird@anthive.com> wrote or quoted:
>  well, my perspective is that every created object seems to be
>accessible through the references from the main program and not

  Only if the object is passed back (from a function) to main
  intentionally by "return" or something.

  Objects are usually "isolated" in the sense, that they are
  usually bound to local names or fields which are not accessible
  outside of their function or class, respectively.

  In Python direct access from the outside to fields can be 
  denied to some extend, though not against a malicious party.

  But code blocks are not objects in Python as they are in Smalltalk.

Back to alt.folklore.computers | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Dave Yeo <dave.r.yeo@gmail.com> - 2025-11-12 20:27 -0800
  Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Louis Krupp <lkrupp@invalid.pssw.com.invalid> - 2025-11-12 23:19 -0700
    Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 "Kerr-Mudd, John" <admin@127.0.0.1> - 2025-11-14 10:36 +0000
      Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Louis Krupp <lkrupp@invalid.pssw.com.invalid> - 2025-11-14 05:08 -0700
        Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Peter Flass <Peter@Iron-Spring.com> - 2025-11-14 07:36 -0700
          Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 geodandw <geodandw@gmail.com> - 2025-11-14 10:47 -0500
            Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-14 19:13 +0000
              Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 songbird <songbird@anthive.com> - 2025-11-14 20:33 -0500
          Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Dave Yeo <dave.r.yeo@gmail.com> - 2025-11-14 20:59 -0800
            Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-15 05:35 +0000
            Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Peter Flass <Peter@Iron-Spring.com> - 2025-11-15 07:45 -0700
      Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-14 19:12 +0000
      Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 rbowman <bowman@montana.com> - 2025-11-14 19:28 +0000
        Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 "Kerr-Mudd, John" <admin@127.0.0.1> - 2025-11-14 21:44 +0000
          Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 songbird <songbird@anthive.com> - 2025-11-14 20:34 -0500
    Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Dave Yeo <dave.r.yeo@gmail.com> - 2025-11-14 20:48 -0800
      Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Louis Krupp <lkrupp@invalid.pssw.com.invalid> - 2025-11-17 18:08 -0700
        Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Peter Flass <Peter@Iron-Spring.com> - 2025-11-17 20:28 -0700
          Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Louis Krupp <lkrupp@invalid.pssw.com.invalid> - 2025-11-17 22:29 -0700
  Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 songbird <songbird@anthive.com> - 2025-11-14 20:21 -0500
    Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-15 02:45 +0000
      Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 songbird <songbird@anthive.com> - 2025-11-14 23:33 -0500
        Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-15 07:20 +0000
        Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 ram@zedat.fu-berlin.de (Stefan Ram) - 2025-11-15 09:09 +0000
          Re: Visual Smalltalk v3.0 by Digitalk for OS/2, copyright 1994 Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-15 21:49 +0000

csiph-web