Native shebang: Difference between revisions

Content added Content deleted
m (Added Sidef)
m (J: this is just silly, but let's go with it...)
Line 545: Line 545:
</pre>
</pre>



=={{header|J}}==

As no compiling versions of J are currently available, the binaries are trivially empty and we shall store them in the empty path. We shall use /usr/local/bin/ijconsole (which was compiled using a C compiler) as the J interpreter, and <code>echo each ARGV</code> as our sample code:

<lang J>#!/usr/local/bin/ijconsole
echo each ARGV</lang>


=={{header|jq}}==
=={{header|jq}}==