On Jan 18, 2008 4:09 PM, Jean-Philippe Theberge <[EMAIL PROTECTED]> wrote: > Hi, > > I got a "Syntax error: illegal atomic form" when compiling > (but the code run fine with the interpreter). > > So my question is: What is an "illegal atomic form"? >
It means your source-code contains expressions that are not pairs, symbols, strings, booleans, numbers, characters or #!eof. Usually this means a macro expands into something that contains (or is) #<unspecified>. The error message should actually print the culprit. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
