glisp 0.0.4

A lisp for genetic programming
1
2
3
4
5
extern "C" {
    int test() {
        return 6;
    }
}