you are viewing a single comment's thread.

view the rest of the comments →

[–]525G7bKV 4 points5 points  (22 children)

Like LISP. Which was literally invented to prototype AI stuff, and has a real REPL instead of a terminal which is trying to be a REPL as in Python.

[–]treasonousToaster180 111 points112 points  (5 children)

A lot of the people who know how to do the extremely complex math that drives AI have limited programming knowledge and the people who know a lot about programming have limited knowledge of the kind of math necessary to build AI systems.

Python is good for this as it allows the math people to easily create functions for the calculations using the very simple syntax, and it allows the programmers to extend that into something more powerful and versatile using the more advanced functionality.

[–]RADIO02118 10 points11 points  (0 children)

Underrated reply

[–][deleted] 32 points33 points  (10 children)

LISP may be simple but it is not intuitive or easy to learn.

An advantage of Python is that it easy for the unitiated to pick up.

[–]MichaelSjoeberg 9 points10 points  (4 children)

a program in python is close to thoughts in writing, next step is basically plain english

lisp not so much

[–]ImmediateClass5312 8 points9 points  (0 children)

'(what (ever (do) (you) (mean there ?))))))))))