Skip to content
This repository has been archived by the owner on Feb 23, 2018. It is now read-only.

Makes it possible to use env(1) to run scala scripts, by dropping #87

Closed
wants to merge 1 commit into from

Conversation

dcsobral
Copy link

the requirement of a !# line when using it. This is how some other
languages, such as ruby, are run.

Typical usage:

#!/usr/bin/env scala
println("Hello, "+args(0)+"!")

Contributed by: Daniel C. Sobral

the requirement of a !# line when using it. This is how some other
languages, such as ruby, are run.

Typical usage:

    #!/usr/bin/env scala
    println("Hello, "+args(0)+"!")

Contributed by: Daniel C. Sobral
@retronym
Copy link
Member

retronym commented Jan 8, 2014

This one will need to be resubmitted (if still relevant) to scala/scala. Sorry that we left this in limbo.

@retronym retronym closed this Jan 8, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants