"I don't know what kind of game you are trying to create"

Wouldn't it make more sense to ask for details before responding with a wall of text?

"I would suggest that you look up XBASIC and PureBASIC and LibertyBASIC and see what you think."

OP asks 'I have written a short game with javascript and want to translate it into perlcode., how is recommending three variants of BASIC a valid response to that? You often respond to posts on a perl forum with suggestions of using another language.

"Perl is geared toward data processing. That means reading/writing files. Reading/writing stdin and stdout. whether it's binary data or plain text. Executing other programs, capturing their output. Then finding patterns, replacing patterns. Perl is superb when it has to work with various lists and finding things in a list. Perl is a really good tool for creating a program that generates a summary, an dynamic HTML page, a conversion program that reads one type of file and writes another type of file. Perl is good with printing readable plain text to the screen."

Your aversion to using a build of perl released within the last 20 years, and the modules/framworks available is really showing...


In reply to Re^2: game programming by marto
in thread game programming by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.