Now I\'m following one more friend and now I started to learn PLT Scheme(using DrScheme), but I and my friends normally help each other in some projects, to do this we use revision controllers开发者_高
using the PLT-Scheme-FFI, I want to call the C-function unsigned long mysql_real_escape_string(MYSQL *con, char *to, const char *from, unsigned long length)
I\'m trying to make a truth-table generator for a digital electronics course because that\'s how I have fun in my spare time and don\'t judge me.
I am amazed by the \"error\" function in PLTScheme. If I have a division by zero, it doesnt do any other recursion and just comes out of the call stack and give me an error.
I am testing a wrapper macro around the racket syntax-case macro. At step 1, it does nothing interesting and simply passes through all the parts to syntax-case directly as follows: