Jump to content

Language for non-event driven program

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
Actor

Actor

    Newbie

  • Members
  • PipPip
  • 24 posts
What modern language would you recommend for a non-event driven program? The program needs to run on a PC or Mac. The input is comma delimited data. The output is to be a report.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Most any language can create a non-event driven program.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Actor

Actor

    Newbie

  • Members
  • PipPip
  • 24 posts

WingedPanther said:

Most any language can create a non-event driven program.

For example?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
keeping the PC/Mac requirement in mind... C, C++, Java, Lazarus, Python, PHP, Perl, FreePascal, etc, etc, etc. If it's a language that compiles on both platforms, you can use it for what you want to do.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
Actor

Actor

    Newbie

  • Members
  • PipPip
  • 24 posts

WingedPanther said:

keeping the PC/Mac requirement in mind... C, C++, Java, Lazarus, Python, PHP, Perl, FreePascal, etc, etc, etc. If it's a language that compiles on both platforms, you can use it for what you want to do.
What I need is a program that does not prompt for the input file name every time it runs, i.e., something similar to command line parameters in DOS. The reason I need this is because I frequently have hundreds of files to process and typing in all the file names is prohibitive.

And to clarify, I don't need the program to run on both PC and Mac, just one or the other.

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Again, most of the languages I mentioned can do that. You just need to pick one and start learning it.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog