Tag: interpreter
Programming Can Be Fun with Hy
Hy is an exciting new language that has surfaced just recently. Essentially, it is what Clojure is for Java-a Lisp implementation that has a...
Getting Started with Haskell on Emacs
Emacs is a popular text editor that can be extended and customised. Haskell is a statically typed, functional programming language. Haskell-mode is an Emacs...
Lisp: Tears of Joy, Part 5
Lisp has been hailed as the world's most powerful programming language. But only the top percentile of programmers use it, because of its cryptic...
Lisp: Tears of Joy, Part 4
Lisp has been hailed as the world's most powerful programming language. But only the top percentile of programmers use it, because of its cryptic...
Virtual Machines For Abstraction: The Dalvik VM
With the rise of heterogeneous systems, there is a requirement for a scalable software system that is cost-effective and maintenance-free. Virtual machines (VMs) provide...