[racket-users] [ANN] Porting PAIP's Prolog interpreter from Common Lisp to Racket, 1st version

2017-10-13 Thread Luis Marcelo Rosso
Hi all, I am porting the Prolog interpreter shown in Peter Norvig's classic text on AI, "Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp 1st Edition", https://www.amazon.com/Paradigms-Artificial-Intelligence-Programming-Studies/dp/1558601910/, also known as PAIP,

[racket-users] Re: [ANN] Porting PAIP's Prolog interpreter from Common Lisp to Racket, 1st version

2017-10-14 Thread Luis Marcelo Rosso
What a pity to live so far away (Buenos Aires, Argentina) from such interesting events... But at least I would have the chance to watch the livestreams ! Thanks for sharing them ! El sábado, 14 de octubre de 2017, 3:23:15 (UTC-3), Jack Firth escribió: > > This is really cool, thanks for writing

[racket-users] [ANN] Porting PAIP's Prolog interpreter from Common Lisp to Racket - Part 2

2017-12-26 Thread Luis Marcelo Rosso
Hi all, I am porting the Prolog interpreter shown in Peter Norvig's classic text on AI, "Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp 1st Edition", https://www.amazon.com/Paradigms-Artificial-Intelligence-Programming-Studies/dp/1558601910/, also known as PAIP, in i

[racket-users] Fwd: Racket counterpart of Common Lisp symbol's property list

2017-07-17 Thread Luis Marcelo Rosso
Hi, I am a beginner with both these languages. I am porting an app from Common Lisp to Racket and the part I am currently working on is implemented with a CL symbol's property list. The main means I am using as guidance for this port effort is Hyperpolyglot, http://hyperpolyglot.org/lisp. Accord