User:Jhuni: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Fixed error)
No edit summary
Line 10: Line 10:


== Lisp ==
== Lisp ==
Lisp is my favorite programming language because of its consistent sytax and its functional programming, meta-programming, and procedural programming capabilities. To top it all off, Lisp is the dominant language for AI, my specific area of interest.
Lisp is my favorite programming language because of its consistent syntax and its functional programming, meta-programming, and procedural programming capabilities. To top it all off, Lisp is the dominant language for AI, my specific area of interest.

== C++ ==
I use C++ not because I like it (who could possibly like this bloated piece of ...) but rather because of its popularity and its use in important open source projects like [http://opencog.org/ OpenCog].

Revision as of 23:23, 3 May 2011

My Favorite Languages
Language Proficiency
Common Lisp Very Active
Clojure Very Active
C++ Active
Scheme Interested
Prolog Interested

I am an artificial intelligence specialist. I prefer AI languages like Lisp and Prolog.

Lisp

Lisp is my favorite programming language because of its consistent syntax and its functional programming, meta-programming, and procedural programming capabilities. To top it all off, Lisp is the dominant language for AI, my specific area of interest.