Re: quick way to test compatibility
Fabrizio Fabbri <strabixbox-/[email protected]>
| Newsgroups | gmane.lisp.ecl.general |
|---|---|
| Message-ID | <[email protected]> |
> Il giorno 7 apr 2017, alle ore 16:51, Gross, Daniel <[email protected]> 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.