[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
condif is a new addition to header it converts arglist tuple from ```(cond,res),(cond2,res2)``` to
if(0){;} else if(cond){res} else if(cond2){res2}
without restrictions of ternary expressions(though expression statements remove most of it).
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode