[racket-dev] Is it possible / How to use racket in C++ Applications?

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Fri Dec 23 10:35:51 EST 2011

X at nCdy.org wrote at 12/22/2011 03:42 AM:
> I opened the question on StackOverflow
> http://stackoverflow.com/questions/8599844/is-it-possible-how-to-use-racket-in-c-applications
>
> They pointed me to mailing list, so I want to know if that possible to run
> racket in such embedded mode?
>    

Yes.  See: 
http://docs.racket-lang.org/inside/overview.html#%28part._embedding%29

Note that embedding Racket like this is unusual.  Usually you develop 
the entire application in Racket, or develop most of the application in 
Racket and then call out to a C library or two.

(Reply-To set to the Racket "users" email list.)

-- 
http://www.neilvandyke.org/



Posted on the dev mailing list.