AppDevOpaTutorial Code
Files for a simple tutorial to application development in Opa
Brought to you by:
ianjustinoliver
This is a collection of files that builds the incremental tutorial explained on my blog: http://ijosblog.blogspot.fi/2012/07/opa-language-tutorial-part-1.html Each opa file is self-contained and contains the finished code from each tutorial section. While these are self-contained and individually working and complete, they don't represent the full functionality of the whole project being developed - that comes later. Because opa generates various other things as well as the Javascript files you can ignore most things here. The real critical things are: opatutorial#.opa <- these are the tutorial files where # is some integer > 0 which also happens to correspond to the various tutorial parts in my blog. jsonfiles <- is a directory containing test JSON. Anyway, these files are for your own education, amusement and whatever else. I take NO RESPONSIBILITY if you download, use, compile etc etc anything here. I don't promise my code, nor that generated by opa is suitable for production, demo, alpha, beta quality, whatever. All code here is under the AGPL 3.0 license. I'm open to suggestions as to what to write etc...please let me know at ian.justin.oliver@gmail.com t. Ian Oliver August 2012