Browse thread
[Caml-list] camlp4 in script
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Stefano Zacchiroli <zack@b...> |
| Subject: | Re: [Caml-list] camlp4 in script |
On Mon, Nov 03, 2003 at 05:06:00PM +0200, Artem Prisyznuk wrote:
> But if I want use camlp4 for source of script, I try next source
>
> #!/usr/bin/ocamlrun /usr/bin/ocaml -I `camlp4 -where`
>
> #load "camlp4r.cma";
> print_string "Hello\n";
Using findlib you can do something like this:
#!/usr/bin/ocamlrun /usr/bin/ocaml
#use "topfind";;
#camlp4r;;
print_string "Hello\n";
Cheers.
--
Stefano Zacchiroli -- Master in Computer Science @ Uni. Bologna, Italy
zack@{cs.unibo.it,debian.org,bononia.it} - http://www.bononia.it/zack/
" I know you believe you understood what you think I said, but I am not
sure you realize that what you heard is not what I meant! " -- G.Romney
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners