ABS 1.3.1 released: a minor bugfix for our JSON parser

We just released version 1.3.1 of ABS, which fixes a simple bug in our JSON parser.

Read on →

ABS 1.3.0: interactive shell commands bring more productivity to the language

A couple weeks ago the ABS team managed to pull together a new minor release of the language, 1.3.0. This new release only adds 2 new features, but we believe one of them (interactive commands) is money!

Read on →

The ABS programming language in real life (part 1): removing 1 file from all of your GitHub repositories

It’s no secret I’ve been spending some time having fun with ABS, a programming language with a terse and concise syntax that can simplify working with shell commands.

A few weeks ago I needed to remove a file from all of Namshi’s private GitHub repositories and did so with an ABS script.

Let’s get to it!

Read on →

ABS 1.2: background commands & the ability to import files

A few weeks ago the ABS team managed to pull together a new minor release of the language, 1.2.0, which includes loads of interesting features — let’s get to them!

Read on →

ABS 1.1.0 released: more Python and Bash for the most fun programming language out there

Fresh new release of the ABS programming language, bringing more syntax you should be familiar with, inspired both by Bash and Python.

This release includes 8 new features and 2 bugfixes, let’s discover them together!

Read on →

ABS 1.0.2: a small bugfix, a quick release

While getting ready for 1.0.0, we merged some changes that created a very funny behaviour:

1
null == null # false

If you’re wondering what the problem is, well, when we evaluate null we always create a new Null object rather than re-using one (a-la singleton), so when you end up comparing those 2 objects…well, they’re different.

This was a trivial fix and we’ve already released 1.0.2 to address the issue. As usual:

1
bash <(curl https://www.abs-lang.org/installer.sh)

…and start scripting like it’s 2019!

ABS 1.0.0: here we go!

Eventually, the time has come: ABS 1.0.0 is finally out!

This wraps up weeks of work since I started the project a little over a month ago, and gives you a fairly stable release with all of the “must” features I originally wanted to introduce in the language.

Read on →

Book review: Designing Distributed Systems

This was a fairly quick and informative read, one that maybe dosn’t fully justify its price, currently trending at around $30 from Amazon.

At the end of the day, though, I’m happy with my choice and certainly cannot complain, as the book gave me a couple interesting ideas / perspectives that I would have missed otherwise — and I was pretty excited to read Brendan Burns‘ take, one of Kubernetes’ fathers, on distributed systems.

Read on →

ABS preview-4: as the language matures, the features keep coming!

Thanks to a few contributions, I got around to releasing another preview of ABS, the dynamic and modern language for shell scripting.

Read on →

Book review: Writing An Interpreter In Go

Boy, what a book!

This goes right into the list of books I would have wanted to read 10 years ago: a masterpiece on programming languages, with the author showcasing an excellent ability to write couple with extremely exhaustive — but never boring — content.

Long story short, the interpreter book should definitely be on your 2019 reading list unless you’ve already read it. If that’s the case, give the book another try, it’s probably worth it.

Read on →
Archives