You gotta be joking? Right? Surely?

Brew is still a research platform (according to what I was told three weeeks ago by the folk at Ohio State when I was there for another purpose.

J2ME may be great for cell phones but where is the mainstream support? Or even the mainstream product? Oh, it's Java! Java small? Please pull the other leg!!!

Memory in any form is now cheap. Routinely I use 386ex or similar embedded modules with 512MB of Flash storage and 512MB of RAM. Not a single spinning spindle in site and usually we run Linux with Apache/Perl/MySQL on them! I currently have a robot here in my workshop. It has a 386ex, 512MB/512MB with USB, I can plug lots of USB HDD or Flash if I need it. It has 802.11b WiFi so it can join the network and it has about 18 slave processors (Arm 7's and Atmel Atmega128's) controlling motors, attitude stabilisation, sensors, GPS, small space laser collision avoidance and ultrasonic collision avoidance. All the slaves are written in 'C', the main controller dispatcher is all in Perl! It is quite fast enough and we can change things very quickly adn easily - in fact during operation! We log on to the controller over the WiFi, make code changes and re-boot the controller code with barely a noticeable heart-beat. Now, please tell me I can do that in Java?

jdtoronto


In reply to Re: perl and the age/art of convergence by jdtoronto
in thread perl and the age/art of convergence by drfrog

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.