tomhrr / dale

Lisp-flavoured C
BSD 3-Clause "New" or "Revised" License
1.03k stars 48 forks source link

stdlib.dt: added types #109

Closed porky11 closed 7 years ago

porky11 commented 7 years ago

for functions or and and, for the first parameter to be bool, so or can be overloaded for or, since the if core-form only accepts bool as first argument, and cannot be overlaoded. So you could overload or for different types

tomhrr commented 7 years ago

Thanks, looks good.