Home Tags Interpreter

Tag: interpreter

Programming Can Be Fun with Hy

4
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

0
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

1
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

1
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

3
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...