Interoperability influences even choosing a language or designing one!
Here are a few languages targeting a varying spectrum of platforms.
- Nu, an object-oriented Lisp I heard about on Disclojure, targets Objective-C.
- Clojure, a functional programming Lisp, targets the JVM.
- Fantom, a multi-faceted language, targets both the JVM and .NET (and Javascript on the browser)
What I'd like to highlight though, is that the respective language designers of both previously worked on bridging two languages. In one case, between Common Lisp and Java, in the other case, between Ruby and Objective-C.
Both designers ended up designing a new language for marrying with their platform of choice with maximum interoperability.
I just found it an interesting parallel between two elegant and pragmatic languages.
0 comments:
Post a Comment