"Clojure running on Raspberry Pi" sounded so cool that I just had to give it a try.
- Download ARM JDK from Oracle and instlal on Raspberry Pi
- Change visudo to contain the following
| /* | |
| Squirrel helps you work with data held in deeply nested objects | |
| It creates a mapping based on a given `path`. The mapping transforms a unary function `f` | |
| into a function that applies f to the given path of a given object. | |
| The path is given as a string, with each nesting level separated by a '.' | |
| Some examples: |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Ansi 0 Color</key> | |
| <dict> | |
| <key>Blue Component</key> | |
| <real>0.13229149580001831</real> | |
| <key>Green Component</key> | |
| <real>0.12323731929063797</real> |
| /* | |
| * HTML Parser By John Resig (ejohn.org) | |
| * Original code by Erik Arvidsson, Mozilla Public License | |
| * http://erik.eae.net/simplehtmlparser/simplehtmlparser.js | |
| * | |
| * // Use like so: | |
| * HTMLParser(htmlString, { | |
| * start: function(tag, attrs, unary) {}, | |
| * end: function(tag) {}, | |
| * chars: function(text) {}, |