Create an executable for a program in an interpreted language: Difference between revisions

→‎{{header|jq}}: Flagged as incorrect, unfortunately but thanks for attempting the task
(Further emphasised that the task is about creating an executable, not making the source "executable" by putting #! ... at the start)
(→‎{{header|jq}}: Flagged as incorrect, unfortunately but thanks for attempting the task)
Line 381:
 
=={{header|jq}}==
{{incorrect||The task says "So, instead of supplying the source for the program, we just want to produce an executable for that specific program." - using #! requires the source be supplied.<br>Please look at some of the other samples.}}
This entry confines itself to the task (creating an executable) in computing environments that support the "shebang" technique.
A bash shell, for example, would suffice.
3,032

edits