Talk:Language Comparison Table: Difference between revisions

m
Line 150:
native mode executables? Or can the program be converted to bytecode for use by a bytecode interpreter? Or is [[JIT]] compilation used at runtime, or is the language only utilized by an interpreter?
 
* Input / Output Model - Does the language support the use of C IO Model, or does the language only utilize [[redirection]] operators, or does it use its own IO model (such as rexxREXX).
 
* Named Locations - Does the language support the use of location names, or are line numbers required?