Question

For the J programming language, I'd guess .j, but I've also seen .ijs and .ijt. Is it one of these, or even something else?

Was it helpful?

Solution

  • .ijs is the extension for script files.
  • .ijt indicates a special script used for labs.
  • .ijx is used as the extension for session logs (not really used in J7).
  • .ijp is used for project files in J6
  • .jproj is used for project files in J7

OTHER TIPS

From the example scripts from JWiki, .ijs seems to be predominant.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top