Tag: parser

go-jailconf – FreeBSD’s jail.conf reader/writer in Go

go-jailconf – FreeBSD’s jail.conf reader/writer in Go

go-jailconf is essentially a Go version of py-jailconf. I wrote it as a weekend project – it was my first time using Go. Despite its shameful origins (Google), I found Go to be a useful language, although static typing is clearly a double-edged sword when it comes to high level […]

Introducing BackTick, a.k.a. StanScript ; ) a Clojure/Scala/Lisp/Python-inspired JavaScript superset

Why `backtick`? Because (almost) all of the syntax extensions were introduced using only one character. Yep, you got it – the backtick ; ) Supported features: – Python-like operator overloading (by defining __iadd__, __eq__, etc. methods in the object or prototype), e.g.: x.__iadd__ = function(y) { this.data += y; }; […]