Programming Languages An Active Learning Approach /
Programming Languages: An Active Learning Approach introduces students to three programming paradigms: object-oriented/imperative languages using C++ and Ruby, functional languages using Standard ML, and logic programming using Prolog. This interactive textbook is intended to be used in and outside...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
New York, NY :
Springer US : Imprint: Springer,
2008.
|
Edición: | 1st ed. 2008. |
Temas: | |
Acceso en línea: | Texto Completo |
Tabla de Contenidos:
- Introduction
- Specifying Syntax
- Object-Oriented Programming with C++
- Object-Oriented Programming with Ruby
- Functional Programming in Standard ML
- Language Implementation in Standard ML
- Logic Programming
- Formal Semantics
- Appendix A: The C++ Scanner Class Implementation
- Appendix B: The Ruby Scanner Class Implementation
- Appendix C: Standard ML Basis Library
- Appendix D: SML Calculator Compiler
- Appendix E: The Factorial Program's Code
- Appendix F: Small Action Semantic Description.