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


Groups > microsoft.public.scripting.vbscript > #12367

Re: VB scripting tool?

Path csiph.com!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From "Mayayana" <mayayana@invalid.nospam>
Newsgroups microsoft.public.scripting.vbscript
Subject Re: VB scripting tool?
Date Thu, 29 Jul 2021 14:31:03 -0400
Organization A noiseless patient Spider
Lines 27
Message-ID <sdus6s$ack$1@dont-email.me> (permalink)
References <1gu94crioixym$.3m100mfxf39.dlg@40tude.net> <sdsih1$h2p$1@dont-email.me> <7q7yici8wt5w.1fr3fkc1ga43m$.dlg@40tude.net>
Injection-Date Thu, 29 Jul 2021 18:31:56 -0000 (UTC)
Injection-Info reader02.eternal-september.org; posting-host="84c12f2aac86aeb3a3147061db26364a"; logging-data="10644"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Rb7JxqcC0U7/D3cMbeZ8yUUIeVwR17b8="
Cancel-Lock sha1:0lDRiQDn2SrHBa2pUcwr9KdphWs=
X-MimeOLE Produced By Microsoft MimeOLE V6.00.2900.5512
X-Newsreader Microsoft Outlook Express 6.00.2900.5512
X-Priority 3
X-MSMail-Priority Normal
Xref csiph.com microsoft.public.scripting.vbscript:12367

Show key headers only | View raw


"JJ" <jj4public@gmail.com> wrote

| Python is also unbearable like .NET crap.

I've been curious about Pyhon. It's become very popular But
most of where it's used seems to be to produce slow and bloated
"cross-platform" software without having to actually target platforms.

| There are also OCXs specifically for accessing Windows API from e.g. WSH,
| but IMO, they don't count because it's the OCX which accesses Windows API.
| Not WSH.

 How could it be otherwise? Anything you use has to be some
kind of inefficient wrapper. Since it's intepreted, API data types
will have to be handled. I've made a lot of VB DLLs where I
just convert variants from VBS to data types on the way in,
and convert them back on the way out. I'd consider that
cleaner and more efficient than most other options. With the
Perl option, for example, I think it involved something like:

x = DoSomething("param1", STR, param2, INT4)

  I don't remember the exact syntax, but it was more like
instructions than conversion. Very awkward unless really
necessary. 

Back to microsoft.public.scripting.vbscript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

VB scripting tool? JJ <jj4public@gmail.com> - 2021-07-28 22:40 +0700
  Re: VB scripting tool? "Auric__" <not.my.real@email.address> - 2021-07-28 16:41 +0000
    Re: VB scripting tool? JJ <jj4public@gmail.com> - 2021-07-29 23:15 +0700
      Re: VB scripting tool? "Auric__" <not.my.real@email.address> - 2021-08-03 00:08 +0000
        Re: VB scripting tool? JJ <jj4public@gmail.com> - 2021-08-03 21:51 +0700
          Re: VB scripting tool? "Mayayana" <mayayana@invalid.nospam> - 2021-08-03 11:31 -0400
            Re: VB scripting tool? JJ <jj4public@gmail.com> - 2021-08-04 17:53 +0700
              Re: VB scripting tool? "Mayayana" <mayayana@invalid.nospam> - 2021-08-04 07:48 -0400
                Re: VB scripting tool? JJ <jj4public@gmail.com> - 2021-08-05 18:02 +0700
          Re: VB scripting tool? "Auric__" <not.my.real@email.address> - 2021-08-03 19:10 +0000
  Re: VB scripting tool? "Mayayana" <mayayana@invalid.nospam> - 2021-07-28 17:33 -0400
    Re: VB scripting tool? "Auric__" <not.my.real@email.address> - 2021-07-28 22:01 +0000
      Re: VB scripting tool? "Mayayana" <mayayana@invalid.nospam> - 2021-07-28 21:15 -0400
    Re: VB scripting tool? JJ <jj4public@gmail.com> - 2021-07-30 00:10 +0700
      Re: VB scripting tool? "Mayayana" <mayayana@invalid.nospam> - 2021-07-29 14:31 -0400
        Re: VB scripting tool? JJ <jj4public@gmail.com> - 2021-07-30 22:05 +0700

csiph-web