Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 284391
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T05:27:15+00:00 2026-05-12T05:27:15+00:00

I can do something like this in Haskell: #!/usr/bin/runghc main=putStrLn Hello World Then I

  • 0

I can do something like this in Haskell:

#!/usr/bin/runghc
main=putStrLn "Hello World"

Then I can run it with ./hello.hs

My question is, why is the first line ignored? Comments in haskell start with -- but the first line still seems to be ignored. It even loads in ghci. The trick also works with Python and Perl.

But when I do something similar in Java:

#!/usr/local/jdk1.6.0_13/bin/javac
...

Javac gives me a compiler error.

So how does this work and how would I get it to work with Java?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T05:27:16+00:00Added an answer on May 12, 2026 at 5:27 am

    #! is named “shebang” and is a Unix way of executing scripts. When you ask the OS to execute a file it’ll figure out that this is not a normal .exe file, and the #! at the start
    serves as a magic marker which instructs the OS to execute the command after the #! and wiring up that command so this file becomes an argument of that command

    if myfile.py contains

    #!/usr/bin/python
    

    executing that file is not very different from running

    $ /usr/bin/python myfile.py
    

    My Haskell knowledge is poor. But for your particular case it seems the runghc command
    simply reads the first line, parses any arguments given on that #! line, writes the rest of the file to a temporary file and runs ghc on that temp file(which will have the first lien stripped out – see runghc.hs in the ghc sources for more info.)

    If you wanted to do the same thing with javac you could use the same approach as runghc.
    Write a wrapper, that eats the first line of the file, writes the rest of the file to a temp file and runs javac on that file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can do something like this: validator.showErrors({ nameOfField : ErrorMessage }); And that works
does anyone know if you can do something like this using the (N)Hibernate criteria
In postgres I am fairly sure you can do something like this SELECT authors.stage_name,
In C#, if you have multiple constructors, you can do something like this: public
Can I do something like this in the markup of an asp.net page, based
How can i do something like this: class Foo(): do_stuff = { A :
Eg. can I write something like this code: public void InactiveCustomers(IEnumerable<Guid> customerIDs) { //...
How can I match (PCRE) everything inbetween two tags? I tried something like this:
I want to do this so that I can say something like, svn mv
In C# I can write something like this: enum MyEnum : byte { Value1,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.