Search:

Type: Posts; User: Katja; Keyword(s):

Search: Search took 0.02 seconds.

  1. Thread: C or Perl

    by Katja
    Replies
    18
    Views
    13,503

    As far as I know, VB is not an interepreted...

    As far as I know, VB is not an interepreted language. You might confuse VB here with either VBA or VBScript. VBA is often used as a scripting language in many applications, with the MS Office...
  2. Thread: C or Perl

    by Katja
    Replies
    18
    Views
    13,503

    Sure, you could set up Perl to do more checks....

    Sure, you could set up Perl to do more checks. And in C++ you can tell the compiler to ignore almost all warnings and probably some errors too. But the thing it, beginning programmers start with the...
  3. Thread: C or Perl

    by Katja
    Replies
    18
    Views
    13,503

    Yeah, but that's just it. When I need to do a...

    Yeah, but that's just it. When I need to do a very simple task, I will still use my Delphi compiler to write some code and do it fast, yet also with strict code. Delphi (Pascal) is a very strict...
  4. Thread: C or Perl

    by Katja
    Replies
    18
    Views
    13,503

    Actually, because Perl doesn't need to declare...

    Actually, because Perl doesn't need to declare variables or manage the memory and simply because it's syntax is so forgiving, I would actually advise AGAINST using Perl to learn programming. Sure, it...
  5. Thread: C or Perl

    by Katja
    Replies
    18
    Views
    13,503

    Keyword here is "system programming"... That...

    Keyword here is "system programming"... That would require C++... Scripting is more often used for management tasks, calling specific applications in specific order.

    About what's the best...
Results 1 to 5 of 5