Hello,

In Spad, with Exports or Implementation the macro or function
definition operators can be used. What I mean is that:

  Exports == with
  Implementation == add

seems to be identically treated with:

  Exports ==> with
  Implementation ==> add

The two seem to compile identically (I have not looked at the Lisp
code generated).

So my questions are: are these pieces of code treated identically by
the compiler, if not, is the second piece of code treated as a macro?
And what is the difference?

Regards,

- Greg

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/CAHnU2da8gcPCorjboii6heVbyQuCvOpBZ_DvYPYTELPY7KBWRw%40mail.gmail.com.

Reply via email to