Advertisement

AI

Started by December 19, 2001 11:07 AM
5 comments, last by Zols 22 years, 11 months ago
witch language is best for making AI? Zols
Zols
Depends on what you want the AI to do - for a game you''ll want to use the same language that the game is made with (generally). In general, I prefer C/C++ or Java for programming.
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man
Advertisement
okej, thanks...
i was thinking about robots and soe.
what language do they useually program robots and bots in?
i understand its diffrent in case to case but I dont know mutch...

Zols
Zols
Most bots I see are written in C, but LISP is a good AI language.
do you know the different between common lisp and Scheme?

Zols
Zols
Nope, never heard of Scheme. I haven''t used LISP in a while either.
Advertisement
If you''re talking about bots for games, they can be written in any language that will interface with the game engine.

As for real world bots, they usually have a minimal onboard operating system and their control software is generally low level. As an example, the Aerosonde - for which I am developing AI code - has its control software written in C.

Cheers,

Timkin

This topic is closed to new replies.

Advertisement