Results 1 to 7 of 7

Thread: A few questions about the command line compiler

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Yes it is possible. It is one of the great strengths of Oxygene IMO. We have the entire selection of Java libraries available. Oxygene even translates all get/set methods to properties so that you don't e.g. have to write object.setX(object.getX() + 5) all the time but can just write inc(object.x, 5) which is way more Pascalish.
    Imagine I've written something clever here inspiring you to make something awesome. If that happens give me credits

  2. #2
    But that's all possible with the free command line compiler? Cool, I'll have a closer look soon.
    Best regards,
    Cybermonkey

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •