caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Robocup in OCaml?
@ 2002-06-01 16:19 Oliver Bandel
  2002-06-01 20:00 ` Travis Bemann
  0 siblings, 1 reply; 2+ messages in thread
From: Oliver Bandel @ 2002-06-01 16:19 UTC (permalink / raw)
  To: caml-list

Hello,

are there any attempts for the Robocup
in Ocaml?

There is a simulation-league, using UDP
and graphical output; no hardware required.

Shouldn't Ocaml be a good language to do
soccer-simulations?

Or are languages like Prolog really better
suited for that task?


Ciao,
   Oliver

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] Robocup in OCaml?
  2002-06-01 16:19 [Caml-list] Robocup in OCaml? Oliver Bandel
@ 2002-06-01 20:00 ` Travis Bemann
  0 siblings, 0 replies; 2+ messages in thread
From: Travis Bemann @ 2002-06-01 20:00 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 1178 bytes --]

On Sat, Jun 01, 2002 at 06:19:40PM +0200, Oliver Bandel wrote:
> Shouldn't Ocaml be a good language to do
> soccer-simulations?

Definitely; it can do everything that practically any other language
can do, except for maybe implement the very low level portions of
operating systems that do stuff like directly interacting with the
metal and doing initial book setup (which are things that assembly and
C are for).

> Or are languages like Prolog really better
> suited for that task?

Prolog is not very suited to many practical applications because it's
hard to do stuff like video recognition and such a pure logic-based
language.  Pure logic-based languages are good as ideas for
problem-solving and such, but they are not very well-suited to
practical applications, including practical artificial intelligence
applications (note that I'm not talking about trying to emulate human
intelligence here).

-- 
Yes, I know my enemies.
They're the teachers who tell me to fight me.
Compromise, conformity, assimilation, submission, ignorance,
hypocrisy, brutality, the elite.
All of which are American dreams.

              - Rage Against The Machine

[-- Attachment #2: Type: application/pgp-signature, Size: 1321 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-01 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-01 16:19 [Caml-list] Robocup in OCaml? Oliver Bandel
2002-06-01 20:00 ` Travis Bemann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).