Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!mephisto!mcnc!godot!thorn From: thorn@godot.radonc.unc.edu (Jesse Thorn) Newsgroups: comp.lang.lisp Subject: Embedded Lisp Message-ID: <1144@godot.radonc.unc.edu> Date: 1 Dec 89 19:58:23 GMT Organization: Radiation Oncology NCMH/UNC, Chapel Hill, NC Lines: 15 I am trying to find a commercial grade Unix CommonLisp implementation that permits foreign function calls from OTHER languages, e.g. I want to call my Lisp routines from my C code. Are there any implementations that permit an embedded Lisp? As a related topic, what are the difficulties involved in doing this? What if I promise that my Lisp code will be well-behaved, e.g. won't call eval, apply, etc - does this make doing an embedded Lisp any easier? Anyone from Franz or Lucid care to comment? Thanks, Jesse Thorn thorn@godot.radonc.unc.edu