Displaying 2 results from an estimated 2 matches for "nweb".
Did you mean:
mweb
2011 Jun 11
0
[LLVMdev] Kaleidoscope Build Error
...ing like that to ask this question on. I've got a very simple main
> program:
>
> let load_bc ctx path =
> Llvm_bitreader.parse_bitcode ctx (Llvm.MemoryBuffer.of_file path)
>
> let main () =
> let ctx = Llvm.create_context () in
> let m = load_bc ctx "examples/nweb/nweb.bc" in
> print_string "loaded module successfully"
>
> and I'm trying to build it using this command (it's in a shell script to the
> variable declaration is actually working):
>
> D=/homes/malecha/tmp/llvm/lib
> /usr/bin/ocamlc -I ${D}/ocaml -ccli...
2005 Feb 24
8
web services with ActionWebService
<noobalert>
Uh, yeah. So my noob self is showing through again. I''m trying to
write a simple hello-world type web service with the ActionWebService
thingy. I didn''t get very far. I''ve only done web services stuff in
.NET, so I''m not exactly used to this sort of thing.
Anyhow, I have a file, person_api.rb in my app/apis folder. I want to
take a single string as a parameter, and return an array of strings....