Re: How to record source properties for all symbols?

2018-06-04 Thread Fis Trivial
Mark H Weaver writes: > The problem is that there's no place to store the source information for > symbols in the standard S-expression representation. > > The principal defining characteristic of symbols -- that "two symbols > are identical (in the sense of 'eqv?') if and only if their names are

Re: How to record source properties for all symbols?

2018-06-04 Thread Mark H Weaver
Hi, Fis Trivial writes: > Can you give me some guidance for how to achieve the goal(record all > source information for every symbol). If it's theoretically impossible > or hard to achieve, can you give me some inside why and advises for > making best effort? I intend to help, so pointers to inte