[C][C++][interpreter]

ふとOpenGLが気になって見に行った先でC++インタプリタを見つけた。
こんな感じでいけるらしい。

#!/bin/ch
#include <stdio.h>
int main() {
    printf("Hello world!\n");
}

http://www.softintegration.com/products/chstandard/
http://www.softintegration.com/company/press/20080215.html