Tag Archives: Open Source

mruby

mruby is a lightweight implementation of the Ruby language designed to be linked and embedded into other applications. It is a branch of the original project initiated by the same author Yukihiro Matsumoto (a.k.a. Matz) and a strong international team … Continue reading

Posted in Languages, PIC32 | Tagged , , , , , | Comments Off on mruby

Compiler Construction (part 2)

As promised, I am adding a few more thoughts on my recent (re-)exploration of  Compiler design and Python programming. I had been flirting before [link] with the idea of writing a compiler in Python, using tools developed in Python (for … Continue reading

Posted in Languages, Python, Tools | Tagged , , , | Comments Off on Compiler Construction (part 2)

Compiler Construction (in Python)

Learning <insert any subject here> has never been easier! Massive Open Online Courses are a real thing, and while we can debate how high we are at this point on the hype curve, the world is a better place because we … Continue reading

Posted in Languages, Python, Tools | Tagged , , , , | Comments Off on Compiler Construction (in Python)

Weekend Reading Recommendations

Architects look at thousands of buildings during their training, and study critiques of those buildings written by masters. In contrast, most software developers only ever get to know a handful of large programs well—usually programs they wrote themselves—and never study … Continue reading

Posted in Languages, Python, Tools | Tagged , , | Comments Off on Weekend Reading Recommendations