BuildOct 13, 2016
DIY Android App Compares Bus Routes to Uber in Real time
As a city dweller, this definitely falls in the category of #firstworldproblems. Do I wait for the bus, hail a taxi, or call an Uber? I thought it would be neat to solve this problem using PubNub’s Project EON on the mobile platform (in this case, Android, because I had already used EON on iOS in a past...
Michael Carroll
BuildSep 15, 2016
Meow: A Programming Language Created in Just 180 Lines
In the three previous posts in this series, we learned how to use Ohm to parse numbers, build an expression tree, and process blocks of code with conditionals. In this final post on the Ohm series, we will finish up our complete programming language, Meow, with looping and real function calls. Thanks...
Michael Carroll