Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.folklore.computers > #232160
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| 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 | 15 Nov 2025 09:09:10 GMT |
| Organization | Stefan Ram |
| Lines | 17 |
| Expires | 1 Jun 2026 11:59:58 GMT |
| 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> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de JzMkknJ/ak8S4NnBi3TcIQlFxd2lyv61IFVKquWOJ8+E5r |
| Cancel-Lock | sha1:3QjpKXT4HBs55/irl72nb/fORCk= sha256:A3TVPP1cLts4KerwySfoaya1OIyrMVMD9neN3QUsq5s= |
| X-Copyright | (C) Copyright 2025 Stefan Ram. All rights reserved. Distribution through any means other than regular usenet channels is forbidden. It is forbidden to publish this article in the Web, to change URIs of this article into links, and to transfer the body without this notice, but quotations of parts in other Usenet posts are allowed. |
| X-No-Archive | Yes |
| Archive | no |
| X-No-Archive-Readme | "X-No-Archive" is set, because this prevents some services to mirror the article in the web. But the article may be kept on a Usenet archive server with only NNTP access. |
| X-No-Html | yes |
| Content-Language | en |
| Xref | csiph.com alt.folklore.computers:232160 |
Show key headers only | 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 | Next — Previous in thread | Next in thread | Find similar
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