Author Topic: HAC script examples  (Read 11987 times)

Malkom

  • Administrator
  • Sr. Member
  • *****
  • Posts: 289
HAC script examples
« on: October 02, 2011, 10:59:29 AM »
HAC SCRIPT EXAMPLES

These examples show how to use the HyperNext programming language to create apps and allows one to compare how Java makes a similar app.
They only contain scripts from the relevant projects whereas the actual projects contain any required images, sounds movies etc.



COMPARISION WITH JAVA

The line comparison with a Java implementation is just a guide as the two development systems and languages are very different.

1) HAC can only have one command per line wheraas Java can have have multiple commands per line.

2) The Java version often has more lines because it sets ups its display using code whereas HAC sets it up with its screen designer.
     The Java version also needs an XML file to define its display.

3) The line counts ignore empty lines and lines for comments.

« Last Edit: October 02, 2011, 12:39:46 PM by Malkom »
I am sorry but I do not have time to answer questions by PM or email.
If you post your questions in this forum then it might help others.

 

anything