Why Smart C Coders Love Lua(realtimelogic.com) |
Why Smart C Coders Love Lua(realtimelogic.com) |
(c-declare #<<c-declare-end
#include <stdio.h>
c-declare-end)
((c-lambda () void
#<<c-lambda-end
printf("Hello World!\n");
c-lambda-end))
and then run the corresponding executable gsc -exe embed.scm && ./embed
1. https://www.deusinmachina.net/p/gambit-c-scheme-and-c-a-matc...Using Lua for Embedded Development vs. Traditional C Code