Skip to content
Martin Ceronio edited this page Jul 9, 2015 · 4 revisions

ABAP Lisp

ABAP Lisp is a Lisp interpreter written in ABAP. Originally implemented along the lines of http://norvig.com/lispy.html and http://howtowriteaprogram.blogspot.com/2010/11/lisp-interpreter-in-90-lines-of-c.html, the idea now is to provide a scriptable environment with which to interact with an ABAP application server, which means at least being able to call function modules and consume classes.

Clone this wiki locally