Procedural and Object Oriented programming language with C-like syntax written in Go. This project has taught me a great deal about how interpreted languages work under the hood. Servo wraps a lot of Go's http functionality and provides and simple framework to build REST services. The HTTP syntax is modeled after Express.js.
Servo sports first-class functions, closures, classes, arrays, strings, booleans and numbers.