Rich Hickey wrote:
> I've added #! as a to-end-of-line comment, like ;

[EMAIL PROTECTED]:~/projects/languages/clojure$ cat foo
#!/usr/bin/env clj

(println "Hello World!")
[EMAIL PROTECTED]:~/projects/languages/clojure$ chmod u+x foo
[EMAIL PROTECTED]:~/projects/languages/clojure$ ./foo
Hello World!

-------------------------------

Awesome.  Thanks Rich.

-Jeff

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to