as the title says, dos anyone know a way how to call functions I define in opa from external scripts or embeded content on the client side.
So I have the following code that I am using to create a form that when you click into a field it makes sure the most current data from the database is in the field and then when you leave the form fi
I\'m new to Opa (and complied languages) - normally develop web apps with Python. I\'m following the intro tutorial at http://doc.opalang.org/index.html#_introducing_opa but my hello_chat.opa file wo
So I have a database record that contains a field with a list(string) I would like to convert this list of strings to some xhtml to display.
so far so good with opa. I\'d like to try playing around with the whiteboard code, but I\'m having difficulty getting it to compile on my ec2 instance
I\'ve just now started with OPA and I want to parse a DOM, but I can only get elements by the id, with Dom.get_value(#an_id) for example. What if I have a layout like the one in the chat example on th
There is a common problem in languages that assume variable declarations are local. How do you get at variables in enclosing scopes.
Looking for docs ex开发者_开发知识库plaining directives such as @publish, which is mentioned in the \"Hello Chat\" example.http://opalang.org/resources/book/index.html#directives
Today I need to send email in my OPA apps. Then I\'am trying to use opa functions about mail. I am using the module : stdlib.web.mail.
I\'m guessing that Opa\'s graph-based database is written in OCaml.Is it available as a separate project so that it can be used from an OCaml program开发者_运维百科?Not quite. As the manual explains: