Deutsch English Français Italiano |
<20240926233221.75e5e0e1@lud1.home> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Luc <luc@sep.invalid> Newsgroups: comp.lang.tcl Subject: Re: Looking for OOP ideas Date: Thu, 26 Sep 2024 23:32:21 -0300 Organization: A noiseless patient Spider Lines: 42 Message-ID: <20240926233221.75e5e0e1@lud1.home> References: <20240925165956.10122029@lud1.home> <yga7cayhinl.fsf@akutech.de> <20240926101716.763c3cc8@lud1.home> <vd4a0m$b42j$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Date: Fri, 27 Sep 2024 04:32:21 +0200 (CEST) Injection-Info: dont-email.me; posting-host="e7b51491f24ca7095b7116c0e7352966"; logging-data="600728"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Q9zVAQBXZyOD8HrXbKAq9Y2me4b7A4bU=" Cancel-Lock: sha1:dKxrrqsCmv1VY5FCvAwCRHUtiV4= Bytes: 2557 On Thu, 26 Sep 2024 11:43:34 -0700, et99 wrote: >I believe the best way to learn a new tool, such as a new programming >language, is to think of something real rather than just write throwaway >code using the new tool. I see your point, but as a former teacher and a chronically self-taught individual, I beg to disagree. I am an expert on my own learning since I've been using this one brain for decades and have learned a lot with it. I know what it needs. It needs strong focus on mechanisms. (That's one of the reasons why I dislike cramming a lot of non-dynamic data during the learning of a mechanism, and that's not just me, it's a common choice in teaching methodology.) In other words, I need something I can toy with idly from time to time until the whole concept becomes second nature. >In your case, I would suggest that you create an object for the search you >asked about in your earlier posting. Not what I expected, but a good idea. Makes me have another idea that might work. >As to snit, it was great when it was one of the only OO tools in TCL. >Although the current tclOO says that its design is intended to be a >platform for building OO systems, I think the future will see tclOO as >simply tcl's OO system all by itself. Having to learn multiple OO systems >would be a burden on any future programmers, IMHO. An interesting point of view and I had never seen anybody express that opinion before. Again, I am glad I asked. I am glad this point of view came up. Thank you. -- Luc >>