[PDF] Introduction To Programming Using Sml eBook

Introduction To Programming Using Sml Book in PDF, ePub and Kindle version is available to download in english. Read online anytime anywhere directly from your device. Click on the download button below to get a free pdf file of Introduction To Programming Using Sml book. This book definitely worth reading, it is an incredibly well-written.

Introduction to Programming Using SML

Author : Michael R. Hansen
Publisher : Addison-Wesley
Page : 390 pages
File Size : 46,91 MB
Release : 1999
Category : Computer programming
ISBN :

GET BOOK

Based on Hanson and Rischel's introductory programming course in the Informatics Programme at the Technical University of Denmark, Using Standard ML (Meta Language) throughout, they bypass theory and customized or efficient implementations to focus on understanding the process of programming and program design. Annotation copyrighted by Book News, Inc., Portland, OR

The Definition of Standard ML

Author : Robin Milner
Publisher : MIT Press
Page : 132 pages
File Size : 16,74 MB
Release : 1997
Category : Computers
ISBN : 9780262631815

GET BOOK

Software -- Programming Languages.

The Standard ML Basis Library

Author : Emden R. Gansner
Publisher : Cambridge University Press
Page : 486 pages
File Size : 32,6 MB
Release : 2004-04-05
Category : Computers
ISBN : 9781139451406

GET BOOK

The book provides a description of the Standard ML (SML) Basis Library, the standard library for the SML language. For programmers using SML, it provides a complete description of the modules, types and functions composing the library, which is supported by all conforming implementations of the language. The book serves as a programmer's reference, providing manual pages with concise descriptions. In addition, it presents the principles and rationales used in designing the library, and relates these to idioms and examples for using the library. A particular emphasis of the library is to encourage the use of SML in serious system programming. Major features of the library include I/O, a large collection of primitive types, support for internationalization, and a portable operating system interface. This manual will be an indispensable reference for students, professional programmers, and language designers.

An Introduction to Functional Programming Through Lambda Calculus

Author : Greg Michaelson
Publisher : Courier Corporation
Page : 338 pages
File Size : 23,74 MB
Release : 2013-04-10
Category : Mathematics
ISBN : 0486280292

GET BOOK

Well-respected text for computer science students provides an accessible introduction to functional programming. Cogent examples illuminate the central ideas, and numerous exercises offer reinforcement. Includes solutions. 1989 edition.

ML for the Working Programmer

Author : Lawrence C. Paulson
Publisher :
Page : 429 pages
File Size : 43,64 MB
Release : 1992
Category : Computers
ISBN : 9780521422253

GET BOOK

This new edition of a successful text treats modules in more depth, and covers the revision of ML language.

Elementary Standard ML

Author : G Michaelson
Publisher : CRC Press
Page : 310 pages
File Size : 24,88 MB
Release : 2018-10-08
Category : Computers
ISBN : 1482286947

GET BOOK

This book is concerned with programming in the language Standard ML (SML), that is using SML to make precise models for computer animation. It draws on the distinction between programming in the small and in the large, plumping exclusively for the former.

Concurrent Programming in ML

Author : John H. Reppy
Publisher : Cambridge University Press
Page : 328 pages
File Size : 28,53 MB
Release : 1999-08-13
Category : Computers
ISBN : 0521480892

GET BOOK

A 'how-to' book for programmers and researchers interested in practical applications of Concurrent ML.

Functional Programming Using F#

Author : Michael R. Hansen
Publisher : Cambridge University Press
Page : 375 pages
File Size : 40,2 MB
Release : 2013-05-13
Category : Computers
ISBN : 1107067340

GET BOOK

This comprehensive introduction to the principles of functional programming using F# shows how to apply basic theoretical concepts to produce succinct and elegant programs. It demonstrates the role of functional programming in a wide spectrum of applications including databases and systems. Coverage also includes advanced features in the .NET library, the imperative features of F# and topics such as text processing, sequences, computation expressions and asynchronous computation. With a broad spectrum of examples and exercises, the book is perfect for courses in functional programming and for self-study. Enhancing its use as a text is an accompanying website with downloadable programs, lecture slides, mini-projects and links to further F# sources.

Purely Functional Data Structures

Author : Chris Okasaki
Publisher : Cambridge University Press
Page : 236 pages
File Size : 12,25 MB
Release : 1999-06-13
Category : Computers
ISBN : 9780521663502

GET BOOK

This book describes data structures and data structure design techniques for functional languages.