This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

newbie scheme question


hi,

working on a little home project and 
i'm wondering if 'scheme' would be appropriate for my uses
i'd like to have an interpreted c-like language, which i understand
'ctax' is.

i'd like to be able to 'compile' that to some sort of internal format,
and be able to analyize what statements are dependent on which other
statements (and their dependent statements/variables ...)
so i re-run the code with a minimal amount of work (ie dont rerun things
who's inputs have not changed)

does the scheme library offer anything like that ?

this would be embedded in a c program

thanks

doug

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]