Geometry.Net - the online learning center
Home  - Basic_M - Ml Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 113    1  | 2  | 3  | 4  | 5  | 6  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Ml Programming:     more books (49)
  1. Elements of ML Programming, ML97 Edition (2nd Edition) by Jeffrey D. Ullman, 1997-12-22
  2. ML for the Working Programmer by Lawrence C. Paulson, 1996-06-28
  3. Concurrent Programming in ML by John H. Reppy, 2007-09-17
  4. Modern Compiler Implementation in ML by Andrew W. Appel, 2004-07-08
  5. The Standard ML Basis Library
  6. Programming With Standard Ml (BCS Practitioner) by Colin Myers, Chris Clack, et all 1993-04
  7. Functional Programming Using Standard Ml (Prentice-Hall International Series in Computer Science) by Ake Wikstrom, 1988-10
  8. The Definition of Standard ML - Revised by Robin Milner, Mads Tofte, et all 1997-05-15
  9. Introduction to Programming using SML (International Computer Science Series) by Michael Hansen, Hans Rischel, 1999-07-21
  10. Commentary on Standard Ml by Robin Milner, Mads Tofte, 1991-03
  11. Masterminds of Programming: Inspiring conversations with creators of major programming languages (Programming) by Federico Biancuzzi, 2008-09-15
  12. ML With Concurrency: Design, Analysis, Implementation, and Application (Monographs in Computer Science)
  13. Ml Primer (BCS Practitioner) by Ryan Stansifer, 1992-02
  14. Ml With Concurrency: Design, Analysis, Implementation, and Application

1. Elements Of ML Programming, Second Edition
Elements of ml programming, 2nd Edition (ML97). The second edition (based on ML97) of Elements of ml programming appeared at the end of 1997.
http://www-db.stanford.edu/~ullman/emlp.html
Elements of ML Programming, 2nd Edition (ML97) The second edition (based on ML97) of Elements of ML Programming appeared at the end of 1997. Here is The table of contents Special thanks to referee Matthias Blume and to Luca Cardelli, whose cover design has been carried over from the first edition to the second.
Resources
Jeffrey D. Ullman
ullman @ cs.stanford.edu
650-725-4802 (office)
650-494-8016 (home)
650-725-2588 (FAX)

2. Jeffrey D. Ullman --- Books
For information and backup material, click here . Elements of ml programming. The new edition, covering ML97, is available from PrenticeHall.
http://www-db.stanford.edu/~ullman/ullman-books.html
Jeff Ullman: Book Information
Contents
Introduction to Automata and Language Theory
The venerable Hopcroft-Ullman book from 1979 was revised in 2001 with the help of Rajeev Motwani. It has been made both simpler and more relevant to the programming challenges of today, such as Web search and ecommerce. For the book's Web page, click here:
Database Systems: The Complete Book
This is a 2002 volume that combines the new A First Course in Database Systems with Database System Implementation . For information and backup material, click here:
A First Course in Database Systems
The first edition (1997) has been followed by a second edition (2002). This book covers database design and implementation. Also note: This book is now the first half of Database Systems: The Complete Book , which you should choose instead if your interests go beyond database applications and include implementation of a DBMS. For information and backup material for either edition, click here:

3. Comp.Lang.ML FAQ [Monthly Posting]
about the family of ml programming languages, including Standard ML, CAML, LazyML, and CAML-Light optimizing compiler for the Standard ml programming language. MLton runs on X86
http://www.faqs.org/faqs/meta-lang-faq
Usenet FAQs Search Web FAQs Documents ... RFC Index
Comp.Lang.ML FAQ [Monthly Posting]
There are reader questions on this topic!
Help others by sharing your knowledge
From: leaf@cs.cmu.edu (Leaf Eames Petersen) Newsgroups: comp.lang.ml comp-lang-ml-request@cs.cmu.edu http://www.cis.ohio-state.edu/hypertext/faq/usenet/meta-lang-faq/faq.html comp-lang-ml@cs.cmu.edu ... sml-list@cs.cmu.edu (sites not connected to the Internet may need additional routing.) Administrative mail such as requests to add or remove names from the distribution list should be addressed to sml-list-request@cs.cmu.edu CAML-LIST - The Caml language, a dialect of ML, is discussed on the Caml mailing list. To send mail to the Caml mailing list, address it to: caml-list@inria.fr Administrative mail should be addressed to: caml-list-request@inria.fr ALT.LANG.ML - No longer used. 3. What implementations of ML are available and where can I find them? Quick Summary: System full SML? contact Platforms - SML/NJ yes sml-nj@research.bell-labs.com

4. On-line Information About Standard ML
We recommend the following LC Paulson. ML for the Working Programmer , 2nd Edition. Jeffrey D. Ullman. Elements of ml programming., 2nd Edition.
http://www.cs.cmu.edu/afs/cs.cmu.edu/project/fox/mosaic/sml.html
Information about Standard ML
Introductory Material
Reference Material

5. Programming In Standard ML
Programming in Standard ML. Robert Harper. School of Computer Science. Carnegie Mellon University. Fall, 2000. Copyright © 1997, 1998, 1999, 2000. All Rights Reserved. These notes are intended as
http://www.cs.cmu.edu/People/rwh/introsml
Programming in Standard ML
Robert Harper
School of Computer Science
Carnegie Mellon University
Fall, 2000
This version of the notes is obsolete! The current version is available here These notes are intended as a brief introduction to Standard ML (1997 dialect) for the experienced programmer. They began as lecture notes for 15-212: Fundamental Principles of Computer Science II , the second semester of the introductory sequence in the undergraduate computer science curriculum at Carnegie Mellon University. They have subsequently been used in several other courses at Carnegie Mellon, and at a number of universities around the world. These notes are intended to supersede my Introduction to Standard ML , which has been widely circulated over the last ten years. The Definition of Standard ML (Revised) by Robin Milner, Mads Tofte, Robert Harper, and David MacQueen (MIT Press, 1997) constitutes the official definition of the language. It is supplemented by the Standard ML Basis Library , which defines a common basis of types that are shared by all implementations of Standard ML. There are several implementations of Standard ML available for a variety of hardware and software platforms.

6. Programming Languages Can Have Dialects
An introduction to the ML dialect at Frozen North Linux Online.
http://www.frozen-north-linuxonline.com/code_corner/code-corner_Oct.html

7. Functional Programming Languages
programming tool set MLLex, ML-Yacc, ML-Burg, execution profiler The Definition of Standard ML - Revised. Elements of ml programming, ML97 Edition (2nd Edition
http://www.cbbrowne.com/info/functional.html
Christopher B. Browne's Home Page cbbrowne@acm.org Christopher Browne's Web Pages Prev Next
7. Functional Programming Languages
7.1. Introduction
In the realm of computing, the term functional tends to take on two very distinct meanings:
  • Functional = contains lots of functionality , and Functional = involves evaluation of expressions that do not have side effects rather than execution of commands. The typical comparison is that ``functional'' languages are thought of as distinct from ``imperative'' languages.
From the comp.lang.functional FAQ comes the following: "Functional programming is a style of programming that emphasizes the evaluation of expressions, rather than execution of commands. The expressions in these language are formed by using functions to combine basic values. A functional language is a language that supports and encourages programming in a functional style. " In an imperative language, one might describe an algorithm for adding values together to get a sum thus: The functional equivalent would be expressed without any variable updates ( e.g.

8. ML Programming Language - Wikipedia, The Free Encyclopedia
ml programming language. ML is a generalpurpose functional programming language developed by Robin Milner and others in the late 1970s at Edinburgh University.
http://en.wikipedia.org/wiki/ML_programming_language
ML programming language
From Wikipedia, the free encyclopedia.
Server will be down for maintenance on 2004-06-11 from about 18:00 to 18:30 UTC.
ML is a general-purpose functional programming language developed by Robin Milner and others in the late 1970s at Edinburgh University. Historically, ML stands for metalanguage , though this name is no longer very applicable. ML is often referred to as an impure functional language, because it permits imperative programming , and therefore, side-effects , unlike other functional programming languages such as Haskell Features of ML include automatic memory management through garbage collection , parametric polymorphism type inference algebraic data types pattern matching , and exceptions. Today there are several languages in the ML family; the most popular are SML (Standard ML) and Ocaml . Ideas from ML influenced several other languages, especially ones designed at the universities. Examples include Cyclone and Nemerle The first ML implementation was written to implement the LCF theorem-proving system . Since then, ML strengths are mostly applied in language design and manipulation (compilers, analyzers, theorem provers), but also in bioinformatics, in financial systems, in a genealogical database, a peer-to-peer client/server program, etc.

9. The ML Programming Langauge: More Advanced Features
The ml programming langauge more advanced features. A few features of ML were skipped in the last pass. Now we fill out the picture.
http://www.cs.jhu.edu/~scott/cw/lectures/sml-advanced.html
The ML programming langauge: more advanced features
A few features of ML were skipped in the last pass. Now we fill out the picture. Readings: Chapter 8 and Sections 5.2, 7.2, and 7.3-7.5.
Modules
This issue is bigger than just the ML language. Modules are large levels of program abstraction: functional units or libraries. Examples:
  • Stack data structure module (small)
  • UNIX file I/O module (medium size)
  • Windowing system interface module (huge, probably a module of modules)
Why? Without modules, you have code soup and CHAOS . The need for modules are only appreciated when a large program is written, small programs are happy being soup. Features of modules
  • Encapsulates a group of functions and types under one name
  • May hide some operations as being "internal", e.g. low-level X-window socket operations.
  • Allows for separate compilation
  • One module may use/import/take as a parameter another module (the print module takes a queue module as parameter).
The C/C++ module system (separate files of code, .h files, extern declarations) is extremely primitive:
  • The only name encapsulation is by file name; the functions within a file are not named w.r.t. their module (Java also uses a file-based system but fixes this).

10. ML Programming Language - Encyclopedia Article About ML Programming Language. Fr
encyclopedia article about ml programming language. ml programming language in Free online English dictionary, thesaurus and encyclopedia.
http://encyclopedia.thefreedictionary.com/ML programming language
Dictionaries: General Computing Medical Legal Encyclopedia
ML programming language
Word: Word Starts with Ends with Definition ML is a general-purpose functional programming language Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions. In contrast to imperative programming, functional programming emphasizes the evaluation of functional expressions, rather than execution of commands. The expressions in these languages are formed by using functions to combine basic values.
Introduction
The functions alluded to in the title are mathematical functions. Mathematical functions have great strengths in terms of flexibility and in terms of analysis. For example, if a function is known to be idempotent, then a call to a function which has itself as its argument, and which is known to have no side-effects, may be efficiently computed without multiple calls.
Click the link for more information. developed by Robin Milner Robin Milner is a prominent British computer scientist. Graduating from King's College, Cambridge in 1952, Milner first worked as a schoolteacher than as a programmer at Ferranti, before entering academia at City University, London, then Swansea University, Stanford University, and from 1973 at Edinburgh University, before finally returning to Cambridge as the head of the Computer Laboratory in 1995.

11. ML - Encyclopedia Article About ML. Free Access, No Registration Needed. What Do
ml. Word Word. ML can stand for the following ml programming language ML (standing for MetaLanguage
http://encyclopedia.thefreedictionary.com/ML
Dictionaries: General Computing Medical Legal Encyclopedia
ML
Word: Word Starts with Ends with Definition ML can stand for the following:
  • ML programming language ML is a general-purpose functional programming language developed by Robin Milner and others in the late 1970s at Edinburgh University. Historically, ML stands for metalanguage , though this name is no longer very applicable. ML is often referred to as an impure functional language, because it permits imperative programming, and therefore, side-effects, unlike other functional programming languages such as Haskell.
    Click the link for more information.
  • Millilitre The millilitre (ml or mL, also spelt milliliter) is a metric unit of volume that is equal to one thousandth of a litre. It is a non-SI unit accepted for use with the Systeme International d'Unites. It is exactly equivalent to 1 cubic centimetre (cm³, or, non-standard, cc). 1 millilitre is equal to:
    • 0.061 of an Imperial cubic inch
    • 0.0338 of an American fluid ounce.
    • 0.0352 of an Imperial fluid ounce

    Click the link for more information.

12. Buy.com - Elements Of ML Programming Jeffrey D. Ullman ISBN
and sorting) are implemented with ML. Makes ml programming interesting for the uninitiated bystep introductory tutorial on ml programming and a complete reference to
http://www.buy.com/retail/product.asp?sku=30014186&loc=106&sp=1

13. ML Programming Language Definition Meaning Information Explanation
ml programming language definition, meaning and explanation and more about ml programming language. Free ml programming language. definition
http://www.free-definition.com/ML-programming-language.html
A B C D ...
Contact

Beta 0.71 powered by:

akademie.de

PHP

PostgreSQL

Google News about your search term
ML programming language
ML (standing for " Meta-Language ") is a general-purpose functional programming language developed by Robin Milner and others in the late 1970s at Edinburgh University. ML is often referred to as an impure functional language, because it permits imperative programming, and therefore, side-effects, unlike other functional programming languages such as Haskell. Features of ML include automatic memory management through garbage collection, a static type-safe, polymorphic type system, type inference , algebraic data types, pattern matching , and a sophisticated module system with functions on modules ( functors Type inference is a technique which allows the compiler to determine from the code the type of each variable and symbol used in the program, without having to declare them explicitly. This allows for a compact, yet easily readable code. Algebraic data types allow to define new types as data structures, and combine them in a hierarchical fashion, Pattern matching is the capacity for a function to deconstruct algebraic data types, into its different subtypes, in order to apply a particular computation for each subtype.

14. ML Programming Language
ml programming language. ML (standing for MetaLanguage ) is a general-purpose functional programming language developed by Robin
http://www.fact-index.com/m/ml/ml_programming_language.html
Main Page See live article Alphabetical index
ML programming language
ML (standing for " Meta-Language ") is a general-purpose functional programming language developed by Robin Milner and others in the late 1970s at Edinburgh University. ML is often referred to as an impure functional language, because it permits imperative programming, and therefore, side-effects, unlike other functional programming languages such as Haskell Features of ML include automatic memory management through garbage collection, a static type-safe, polymorphic type system type inference algebraic data types pattern matching , and a sophisticated module system with functions on modules ( functors Type inference is a technique which allows the compiler to determine from the code the type of each variable and symbol used in the program, without having to explicitely declare them. This allows for a compact, yet easily readable code. Algebraic data types allow to define new types as data structures, and combine them in a hierarchical fashion, Pattern matching is the capacity for a function to deconstruct algebraic data types, into its different subtypes, in order to apply a particular computation for each subtype.

15. Ml Information (compiler Functional Language Ml Programming Standard )
MLton A wholeprogram optimizing compiler for the Standard ml programming language. compiler functional language ml programming standard .
http://www.programming-x.com/programming/ml.html
programming-x.com
ml Information
Machine Language For Beginners
Full text of the classic book, focused on 6502 assembly programming.
full text of the 1983 book Machine Language For Beginners
The Caml Language

Strongly-typed, safe, automatic statically type-checked functional programming language from ml family. Powerful, easy to learn. Descriptions, documents, resources, downloads. English, Fran?is. [Open Source, INRIA]
Objective Ca ml , OCa ml , Ca ml Light, Ca ml ml , S ml , programming, programming language, typed, typing
ICFP 2002

The 2002 International Conference on Functional Programming covers the entire spectrum of functional programming, from practice to theory, and from established functional programming languages (Scheme, ml , Haskell) to novel language designs and to the functional aspects of object-oriented or concurrent languages. October 4-6, 2002 Pittsburgh, PA, USA.
Extended ML

E ml is a framework for specification and formal development of Standard ml programs.
OPAL Project
Researches programming environment where advanced language concepts and formal development methods are used to make production-quality software. Strongly typed, higher-order, strict, pure FL; so can be classed with ml , Haskell, and other modern FLs. But also has unique algebraic flavor in the tradition of languages such as CIP-L, and Obj.

16. Sample Program Of ML Programming Language - Q&A
sample program of ml programming language. sample program of ml programming language. Your answer will be published for anyone to see and rate.
http://www.faqs.org/qa/qa-13506.html
sample program of ML programming language
Internet RFC Index Usenet FAQ Index Other FAQs Documents Search
Search FAQs
Home Answered Questions
Question by joana Submitted on 2/17/2004 Related FAQ: Comp.Lang.ML FAQ [Monthly Posting] Rating: Not yet rated Rate this question: N/A Worst Weak OK Good Great sample program of ML programming language
Your answer will be published for anyone to see and rate. Your answer will not be displayed immediately. If you'd like to get expert points and benefit from positive ratings, please create a new account or login into an existing account below.
Your name or nickname: If you'd like to create a new account or access your existing account, put in your password here: Your answer: Check spelling FAQS.ORG reserves the right to edit your answer as to improve its clarity. By submitting your answer you authorize FAQS.ORG to publish your answer on the WWW without any restrictions. You agree to hold harmless and indemnify FAQS.ORG against any claims, costs, or damages resulting from publishing your answer. FAQS.ORG makes no guarantees as to the accuracy of the posts. Each post is the personal opinion of the poster. These posts are not intended to substitute for medical, tax, legal, investment, accounting, or other professional advice. FAQS.ORG does not endorse any opinion or any product or service mentioned mentioned in these posts.

17. Elements Of ML Programming (John's Book Pages)
Elements of ml programming. by Jeffrey D. Ullman. isbn 0137903871 manual. Elements of ml programming is a good introduction to ML. It s
http://books.regehr.org/reviews/elementsofmlprogramming.html
Top Titles Authors Subjects ... FAQ
Elements of ML Programming

by Jeffrey D. Ullman
isbn: 0137903871
subject: Nonfiction Computing
finished: 8/2/2001
According to a web page at Bell Labs: Standard ML is a safe, modular, strict, functional, polymorphic programming language with compile-time type checking and type inference, garbage collection, exception handling, immutable data types and updatable references, abstract data types, and parametric modules. That's a mouthful, but the upshot is that ML has some of the good features of Pascal-like programming languages such as static typing, some of the good features of Lisp-like languages such as garbage collection and higher-order functions, and some innovative features of its own such as pattern matching and type inferencing. The resulting language is powerful and elegant, but fairly different for those of us used to imperative languages. There's a period of time during the process of learning a new programming language where one writes a couple of small- to medium-sized programs and invariably tries to use an introductory book as a reference manual this is frustrating since it's rare for even a good introductory book to serve as an adequate reference manual. Elements of ML Programming is not superb in this respect but it is good enough to get the reader through some basic test programs, thus minimizing the pain of this already frustrating time and delaying the need to buy a language reference manual.

18. MLton Standard ML Compiler (Optimizing SML Compiler)
A wholeprogram optimizing compiler for the Standard ml programming language.
http://www.mlton.org/
download history papers performance ... users
What is MLton?
MLton is a whole-program optimizing Standard ML (SML) compiler.
Features of MLton
  • Runs on a variety of platforms.
  • Generates standalone executables with excellent running times
  • Supports the full SML 97 language.
  • A complete basis library matching the latest specification.
  • Untagged native integers and words of many sizes, unboxed reals, and unboxed arrays.
  • Fast C FFI for calling from SML to C or from C to SML.
  • Source-level profiling of both time and allocation.
  • Multiple garbage collection strategies (copying, mark compact, generational).
  • Support for large amounts of memory (up to 4G), large arrays (up to 2G elements), and large files (using 64-bit integers for file positions).
  • Fast IntInf based on the GNU multiprecision library
  • Libraries for C pointers, continuations, finalization, heap save and restore, interval timers, random numbers, resource limits, resource usage, signal handlers, system logging, threads, weak pointers.
What's new?

19. Elements Of ML Programming, ML97 Edition (2nd Edition)
Elements of ml programming, ML97 Edition (2nd Edition). Book Elements of ml programming, ML97 Edition (2nd Edition) Customer Reviews
http://www.engineering-shop.com/Elements_of_ML_Programming_ML97_Edition_2nd_Edit
Elements of ML Programming, ML97 Edition (2nd Edition)
Elements of ML Programming, ML97 Edition (2nd Edition)

by Authors: Jeffrey D. Ullman
Released: 22 December, 1997
ISBN: 0137903871
Textbook Binding
Sales Rank:
List price:
Our price: Book > Elements of ML Programming, ML97 Edition (2nd Edition) > Customer Reviews: Average Customer Rating:
Elements of ML Programming, ML97 Edition (2nd Edition) > Customer Review #1: A decent overview of ML

While I find functional programming, and ML/SML in particular to be most annoying, this particular book is helpful in illuminating some key concepts of the paradigm. However, there are certainly sections where complex concepts are either glossed over, or explained in a very confusing manner (take Section 5.3.1, for example, which attempts, in a somewhat confusing manner, the limitations of polymorphic functionality in ML and its relationship to types. A dense topic to be sure, but also poorly explained.) Additionally, there are some technical errors to be found in the book (eg: things that dont work which really do, incorrect error messages, etc), which I mostly attribute to SML having been updated since the author published the book (not really his fault). Certain things, ARE however, the authors fault. In particular, he addresses the audience with needlessly confusing Basis/Induction definitions for many many things. For example, a binary tree is defined in such a way. This can be incredibly confusing, espcially if one does not already understand the concept of a BT or a BST. While ML/SML is a mathematical language, the author assumes too much formalism in his definitions, enough that the reading feels like reading a thick algorithms book at times (not a pleasant experience). Suggestion to author: Explain things simply instead of trying to coerce definitions into formalisms in which they do not belong (in particular the induction formalism which is very often confusing, use induction only when TRULY needed).

20. ML Programming Language - InformationBlast
ml programming language Information Blast. ml programming language. ML (standing for Meta-Language ) is a general-purpose functional
http://www.informationblast.com/ML_programming_language.html
ML programming language
Categories: Programming languages
ML is a general-purpose functional programming language developed by Robin Milner and others in the late 1970s at Edinburgh University. Historically, ML stands for metalanguage , though this name is no longer very applicable. ML is often referred to as an impure functional language, because it permits imperative programming , and therefore, side-effects , unlike other functional programming languages such as Haskell Features of ML include automatic memory management through garbage collection , parametric polymorphism type inference algebraic data types pattern matching , and exceptions. Today there are several languages in the ML family; the most popular are SML (Standard ML) and Ocaml . Ideas from ML influenced several other languages, especially ones designed at the universities. Examples include Cyclone and Nemerle The first ML implementation was written to implement the LCF theorem-proving system . Since then, ML strengths are mostly applied in language design and manipulation (compilers, analyzers, theorem provers), but also in bioinformatics, in financial systems, in a genealogical database, a peer-to-peer client/server program, etc. Wikipedia is available under the terms of the GNU Free Documentation License

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 1     1-20 of 113    1  | 2  | 3  | 4  | 5  | 6  | Next 20

free hit counter