5.1 Scheme Library 5.2 Input and output 5.3 Structures and Records 5.4 Serialization 5.5 Bit manipulation 5.6 Hash Tables 5.7 System programming 5.8 Process support 5.9 Socket support 5.10 Posix Regular Expressions
Copyright Acknowledgements 1. Table of contents 2. Overview of Bigloo 3. Modules 4. Core Language 5. Standard Library 6. Pattern Matching 7. Object System 8. Threads 9. Regular parsing 10. Lalr(1) parsing 11. Errors and Assertions 12. Eval and code interpretation 13. Macro expansion 14. Command Line Parsing 15. Explicit typing 16. The C interface 17. The Java interface 18. Bigloo Libraries 19. Extending the Runtime System 20. SRFIs 21. DSSSL support 22. Compiler description 23. User Extensions 24. Bigloo Development Environment 25. Global Index 26. Library Index Bibliography
(bit-or 5 3) => 7 (bit-xor 5 3) => 6 (bit-and 5 3) => 1 (bit-not 5) => -6 (bit-lsh 5 3) => 40 (bit-rsh 5 1) => 2
scribeinfo