1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
var lucas = {
  "identity": {
      "first-name":"Lucas",
      "last-name":"Eagleton",
      "twitter":"MuzzleFork"
  },
  "roles":[
      "husband",
      "father",
      "programmer",
      "scrum master"
  ],
  "interests" :[
      "cooking",
      "coding",
      "swimming",
      "playing like a kid with the kids"
  ],
  "languages":[
      "english",
      "python",
      "nodejs",
      "php",
      "javascript",
      "html",
      "objective-c", // Who hasn't played around in Xcode?
      "c#", // Not sure I even remember much of this any more
      "java", // Whoa, that was a long time ago
      "perl" // Unfortunately, this still sticks around
  ]
}

Nerdy JSON representation of a few facets of my life aside, I’m a regular guy in Melbourne Australia. I’ve just started using Sublime Text 2 as my editor of choice and as such, have started tooling around with Python which is a nice change from my day job using PHP.

  • Lucas.