@abcdw many core procs will be defined in C, I don't know how useful it is to implement "go to definition" for those, if that's what you're trying to do
Top-level
@abcdw many core procs will be defined in C, I don't know how useful it is to implement "go to definition" for those, if that's what you're trying to do 1 comment
|
@daviwil Yep, "go to definition" is what I'm working on right now :)
It will be definitely useful to see the location, where the procedure get imported from C library.
Also, display is defined in (rnrs io ports), get re-exported via (rnrs io simple) to (guile) and there is a Scheme implementation for it, but IDK how to understand this programmatically yet.