1. grahamf's Avatar
    Is there any way to make a dev suite that allows you to write, debug, compile, and execute code directly on the PlayBook? Thanks.

    Posted from my CrackBerry at wapforums.crackberry.com
    12-30-11 12:47 AM
  2. FourOhFour's Avatar
    You just need the TabletOS QNX-native toolchain (not cross-compiler) and a text editor (eg. docs to go?) and a shell. It's conceivable some masochist at QNX has experimented with such an abomination. It's doubtful they lived long enough to tell about it.
    12-30-11 01:24 AM
  3. Innovatology's Avatar
    A JavaScript runner would be fairly trivial to build. If I'm not mistaken there is a JS debugger built into the browser.
    12-30-11 05:13 AM
  4. BuzzStarField's Avatar
    A JavaScript runner would be fairly trivial to build. If I'm not mistaken there is a JS debugger built into the browser.
    Look for JS Console in App World for a JavaScript runner and Basic for BlackBerry PlayBook for a basic BASIC interpreter. There are some others similar toy-like proofs of concept - fun but not at all practical for serious development.

    I haven't counted the number of lines of code in What's up but there are over 50 files. Many of the modules were e ported from a Java project that I was working on, using the copy-paste-rewrite technique. Remember that while spelling mistakes are annoying when you're writing an email, spelling, punctuation and capitalization must be absolutely flawless when you're programming. As good as PB is, I sometimes have a tough time writing posts to this forum. Personally, I could never see myself writing and debugging 20,000 lines of code on the device.
    12-30-11 08:14 AM
  5. Innovatology's Avatar
    Agreed, a BlueTooth keyboard would be vital.
    12-30-11 01:26 PM
LINK TO POST COPIED TO CLIPBOARD