How might you call a Lisp program from a Rails application?... For example, allow the end user to enter a block of text in the Rails web app, have the text processed by the Lisp program and return results to the Rails app?
|
|
Another simple way is to have Lisp running a HTTP server and contact Lisp from the outside via HTTP requests. |
||||||
|
|
|
There are a couple ways that come to mind:
|
||
|
|
|
|
CL-JSON supports JSON-RPC. It's very easy to set up with a web server such as Hunchentoot to have a Lisp-based web service that anything that speaks JSON-RPC (e.g. this) can use. |
||
|
|
|
|
It would depend on how often it's going to happen.
|
||
|
|
