home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.os.vms      DEC's VAX* line of computers & VMS.      264,096 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 262,477 of 264,096   
   Lawrence D'Oliveiro to All   
   Re: OpenVMS system programming language   
   25 Feb 25 01:05:46   
   
   From: ldo@nz.invalid   
      
   On Mon, 24 Feb 2025 16:55:31 -0500, Arne Vajhøj wrote:   
      
   > Type declarations are part of the Pascal way.   
   >   
   > But I don't think it is the same in OO languages.   
   >   
   > I have never heard a Java developer ask for it.   
      
   Never written things like this?   
      
       private final HashMap   
           SatLabels = new HashMap();   
      
   Or this?   
      
       return   
           new Iterable>()   
             {   
               public Iterator> iterator()   
                 {   
                   return   
                       new ResultMapIterator   
                         (   
                           Resolver.query   
                             (   
                               /*uri =*/ ProviderUri,   
                               /*projection =*/ FieldNames,   
                               /*selection =*/ Selection,   
                               /*selectionArgs =*/ SelectionArgs,   
                               /*sortOrder =*/ SortOrder   
                             ),   
                           FieldNames   
                         );   
                 } /*iterator*/   
             } /*Iterable*/;   
      
   --- SoupGate-DOS v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca