Live data from Hacker News

Ask HN: Best language for general AI programming?

news.ycombinator.com

21–23 of 23 posts

Re: Ask HN: Best language for general AI programming?

#21
Python for all the reasons people have mentioned here.

Tangential, but does anyone know of a playground environment where you can code (ro)bots in Python? I'm thinking of the old Robocode challenges, which were Java based, where you could write some logic and it would enter your bot in a tournament. Would be fun to do some game AI with Python like that.

Re: Ask HN: Best language for general AI programming?

#23

Wow, nobody suggested scheme or lisp. These used to be traditional choices for general purpose AI programming. Why did these languages fall out of favor?

Lisp family languages, IIRC, were traditional choices for “AI” when “AI” largely meant expert systems / production rules systems. But, AFAIK, while s-expression like formats remain traditional for rules expressions in such systems, the implementation languages even for those (which usually aren't called “AI” today) are often in other languages.
Post reply on HN