> Il giorno 7 apr 2017, alle ore 16:51, Gross, Daniel <daniel.gr...@intel.com> > ha scritto: > > Hi, > > I have some lisp source code and would like to test compatibility with ECL. > Is there a simple way to test for compatibility. Ideally, I would compile > and/or repl and run the code with ecl. > Hi Daniel, which OS? You may want to build the latest release, is quite easy.
To test you can easily do something like ecl -load “foo.lsp” or ecl -eval “(print 1)” -eval “(quit)” cheers f.