AI Compiler/Development tool

Thread Starter

Givi

Joined Nov 16, 2014
5
Hi,
Is anyone aware of any new development tools/Compilers etc for AI such as LISP, which is very old and not commercially available for everyday user and hobbyist? If you have, please let me know.

Thank you.
 
I am not sure if i get you correctly, but for me, i have been using Python for AI (machine learning) for over 2 years, but ecosystem support is great as well. There are libraries to handle data clean, data pre-process etc.

I believe Python is good for beginner to start AI.
 

FlyingDutch

Joined Mar 16, 2021
83
Hi,
Is anyone aware of any new development tools/Compilers etc for AI such as LISP, which is very old and not commercially available for everyday user and hobbyist? If you have, please let me know.

Thank you.
Hi,

"Clojure" is modern LISP which can be run on standard JVM (Java Virtual Machine). I am using it from time to time ;)
See its website:

https://clojure.org/index

https://clojure.org/guides/getting_started

BTW: I forget tell about this good book about Clojure:
https://pragprog.com/titles/shcloj3/programming-clojure-third-edition/

Best Regards
 
Last edited:
Top