Some newbie questions about LISP
Hello guys, I'm absoloutely new to LISP language, and to this user group, but I really wanna learn, so here's my question: - Is there any way of treating numbers in a bit-level? (binary AND and OR operators, bit shifting operators, anything!) I'm just trying to code a genetic algorithm in LISP, but my teacher wants me to do "binary coding" to the values. (Also if there's any LISP Genetic Algorithm code you've seen around, tell me) Thanks!