0

The question is how to add a header file (and if it is possible) in LISP. I want just like in C p.e. to create a "<\file>.h" in order to load some piece of code just by calling this header file at the start of every ".lisp" source code.

Is there any way to do that?

Thanks for any help.

2
  • What do you mean by a header file? Commented Apr 16, 2017 at 21:19
  • @Sylwester You are right to be confused. I will update my original post! Commented Apr 16, 2017 at 21:20

1 Answer 1

0

After all its just as simply as (load "bottleRepresentation.lisp") command.

Details on eLISP implementation are in the following link: Call function in another lisp file

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.