Jatha is a Java library that implements a fairly large subset of Common LISP, including most of the datatypes (e.g. packages, bignums) and their associated methods. The API allows programmatic access to LISP from Java.
Questions tagged [jatha]
2 questions
34
votes
9 answers
Building a Texas Hold'em playing AI..from scratch
I'm interested in building a Texas Hold 'Em AI engine in Java. This is a long term project, one in which I plan to invest at least two years. I'm still at college, haven't build anything ambitious yet and wanting to tackle a problem that will hold…

andandandand
- 21,946
- 60
- 170
- 271
12
votes
3 answers
Lisp code called from Java
Long story:
I am doing a project for my functional programing class, and I thought of writing an AI controller in Lisp, for the Mario AI competition.
I was looking over frameworks/libraries/ways of calling Lisp code from Java, or even better…

florin.bunau
- 1,875
- 3
- 17
- 25