metaeducation / ren-c

Library for embedding a Rebol interpreter into C codebases
GNU Lesser General Public License v3.0
126 stars 27 forks source link

CGI support #509

Open gchiu opened 7 years ago

gchiu commented 7 years ago

The CGI object is currently commented out .. see https://github.com/metaeducation/ren-c/blob/master/src/boot/sysobj.r#L630-L649

Can this be reinstated so that we have access to this data from CGI?

gchiu commented 7 years ago

well, I can create the object and then fill it myself from the linux environment.