At Tue, 3 Apr 2012 09:12:32 -0400, Ning Ke wrote:
> So I would like to know
> if the Racket interpreter is written in C and thus relies on gcc/libc
> or it is written in assembly so it is not.

It's implemented in C and relies on a significant chunk of the C
library. Even when when I raw Racket as a kernel via the OSKit (long
ago), I think I linked it to a C library.

> Also, what sub-directory under the source tree should I study for
> this purpose?

Mostly "src/racket".


Matthew

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to