Geometry.Net - the online learning center
Home  - Basic_M - Ml Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 113    Back | 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 by Jeffrey D. Ullman, 1994
  2. Categorical ML: Category-theoretic modular programming (Technical report series. University of Manchester. Dept. of Computer Science) by Esther Dennis-Jones, 1989
  3. Applicative High Order Programming: Standard Ml in Practice (Chapman and Hall Computing Series) by S. Sokolowski, 1991-02
  4. A Practical Course in Functional Programming Using ML by Richard Bosworth, 1995-03
  5. Elements of ML Programming, ML97 Edition (2nd Edition) by Jeffrey D. Ullman, 1997
  6. Practical Course in Functional Programming Using Standard Ml by Richard Bosworth, 1994-11-01
  7. Elements ML Programming by ULLMAN, 1994-01-02
  8. Functional Programming Using Standard ML by Ake Wikstrom, 1987
  9. Programming With Standard Ml by Colin; Clack, Chris; Poon, Ellen Myers, 1993
  10. Adaptive functional programming ([Research paper] / Carnegie Mellon University. School of Computer Science) by Umut A Acar, 2002
  11. Modules and persistence in standard ML (LFCS report series. University of Edinburgh. Dept. of Computer Science. Laboratory for Foundations of Computer Science) by Robert Harper, 1986
  12. Funktionale Programmierung: in OPAL, ML, HASKELL und GOFER (Springer-Lehrbuch) by Peter Pepper, 2002-09-12
  13. Abstract Data Types in Standard ML (Wiley Professional Computing) by Rachel Harrison, 1993-06
  14. The MDL programming language primer (MIT/LCS/ML-81-1) by Michael Dornbrook, 1981

21. Elements Of ML Programming, ML97 Edition
Elements of ml programming, ML97 Edition Search for books at all-computer-books.co.uk. all-computer-books.co.uk. Elements of ml programming, ML97 Edition.
http://all-computer-books.co.uk/0137903871.html

Home
Search High Volume Orders Links ... On Line Algorithms Additional Subjects Bob Wolfe MCSA Managing a Windows 2000 Network Environment Study Guide Chris Morton The Dc Comics Guide to Writing Comics ... Minute Monologues for Kids
Elements of ML Programming, ML97 Edition
Written by Jeffrey D. Ullman
Published by Prentice Hall (December 1997)
ISBN 0137903871
Price $48.00
Buy from amazon.co.uk

Customer Reviews Although this is an introductory book, I also recommend it to advanced programmers. Concise and well written, it is a joy to read. Programmers who have little knowledge of modern functional languages will benefit immensely from this book. It is a great recreational read. Look for related books on other categories Computers Computer Bks - Languages / Programming Programming - General ML (Computer program language) ... Programming Languages - General Other related products Still didn't find what you want? Try Amazon search Search: All Products Books Magazines Popular Music Classical Music Video DVD Baby Electronics Software Outdoor Living Wireless Phones Keywords: Or try to look for Elements of ML Programming, ML97 Edition

22. ML Programming Language - Wikipedia, The Free Encyclopedia
ml programming language. ML (standing for MetaLanguage ) is a functional programming language developed in the early 1980s at Edinburgh University.
http://www.phatnav.com/wiki/wiki.phtml?title=ML_programming_language

23. Elements Of Ml Programming Ml97 Edition 2nd Edition Textbooks & Books Price Comp
Compare Prices on New Used College Textbooks. Search by ISBN, Title, Author, Keyword, or Advanced. Elements Of ml programming Ml97 Edition 2nd Edition.
http://www.directtextbook.com/title/elements-of-ml-programming-ml97-edition-2nd-
Search by ISBN, Title, Author, Keyword, or Advanced
Elements Of Ml Programming Ml97 Edition 2nd Edition
Elements of ML Programming, ML97 Edition (2nd Edition)
Textbook Binding - Show all editions
Jeffrey D. Ullman
, 22 December, 1997 Prentice Hall
List Price: $48.00 Customer Reviews:
ISBN: 0137903871
Love Us? Bookmark Us or Link to Us
Don't Love Us? Help Us Improve
Home
Browse Bookstores ...
LD Web Design Company
Textbooks Subjects
Architecture Textbooks
Business Textbooks

Business Textbooks
Computer Textbooks ...
Sell Textbooks Online
Get the best prices when selling your used textbooks online by comparing buyback companies. Your Book's ISBN
Subscribe to Our Newsletter
Be the first to hear about coupons, sales, and other money saving ideas. Your Email Address

24. Elements Of Ml Programming Jeffrey D Ullman Textbooks & Books Price Comparison -
Direct Textbook, Compare Prices on New Used College Textbooks. Search by ISBN, Title, Author, Keyword, or Advanced. Elements Of ml programming Jeffrey D Ullman.
http://www.directtextbook.com/editions/elements-of-ml-programming-jeffrey-d-ullm
Search by ISBN, Title, Author, Keyword, or Advanced
Elements Of Ml Programming Jeffrey D Ullman
Elements of ML Programming, ML97 Edition (2nd Edition)
Textbook Binding - Show all editions
Jeffrey D. Ullman
, 22 December, 1997 Prentice Hall
List Price: $48.00 Customer Reviews:
ISBN: 0137903871
Elements of Ml Programming

Paperback - Show all editions
Jeffrey D. Ullman
, June, 1994 Prentice Hall
List Price: $35.40 Customer Reviews:
ISBN: 0131848542
Love Us? Bookmark Us or Link to Us Don't Love Us? Help Us Improve Home Browse Bookstores ... LD Web Design Company
Textbooks Subjects
Architecture Textbooks Business Textbooks Business Textbooks Computer Textbooks ...
Sell Textbooks Online
Get the best prices when selling your used textbooks online by comparing buyback companies. Your Book's ISBN
Subscribe to Our Newsletter
Be the first to hear about coupons, sales, and other money saving ideas. Your Email Address

25. Standard ML
Standard ML. The Standard ml programming language is defined formally. This definition is presented as a book of rules MTHM97 expressed
http://www.dcs.ed.ac.uk/home/stg/NOTES/node4.html
NEXT UP PREVIOUS CONTENTS ... INDEX
Standard ML
The Standard ML programming language is defined formally. This definition is presented as a book of rules [ ] expressed in so-called Natural Semantics, a powerful but concise formalism which records the essential essence of the language while simultaneously abstracting away from the uninformative detail which would inevitably be needed in a programming language implementation. As a comparison, the published model implementation of Standard Pascal [ ] is five times longer than the definition of Standard ML. This is a shocking fact because Standard ML is a much more sophisticated language than Pascal. In these notes we follow the 1997 revision of the language definition. in [ ] suggests that one of the advantages of functional programming is the ability to glue programs together in many different ways. For this, we require the ability to manipulate functions as data. We will pass them as arguments to other functions and even return them as the results of functions. In order for such a powerful mechanism to be exploited to the fullest, the language must provide a means for functions to be defined in a general, re-usable way which allows values of different types to be passed to the same function. As we shall see, Standard ML provides such a feature without compromising the security of the type system of the language. The mechanism by which applicative programs are evaluated is then discussed. This leads into the consideration of alternative evaluation strategies one of which is so-called lazy evaluation. This strategy has a profound effect on the style of programming which must be deployed.

26. Standard ML Programming For CPN Tools Users
Standard ml programming for CPN Tools Users. Abstract. The slide set is based on Ullman s book on Standard ml programming JD Ullman.
http://www.daimi.au.dk/CPnets/slides/l_m_kristensen12.html
Standard ML Programming for CPN Tools Users
Abstract
This set of slides constitues a short course on funtional programming and Standard ML (SML) aimed at CPN Tools users. Standard ML is the language used writing for colour set definitions and inscriptions in CPN Tools. The subset of the SML language covered should suffice for most users of CPN Tools. The slide set is based on Ullman's book on Standard ML programming: J. D. Ullman. Elements of ML Programming ML97 Edition. Prentice-Hall International, Inc., 1998.
Format etc
The slide set contains 88 pages divided into two parts. Each of the two part takes approximately 3 hours to present. Part I covers the basic constructs of the Standard ML language. Part II covers a number of more advanced constructs of the SML language.
Developed and Maintained by
Lars Michael Kristensen, University of South Australia (lars.kristensen@unisa.edu.au) Last modified: Wed Feb 13 16:28:13 2002 CP-nets Webmaster

27. Powell's Books - Elements Of ML Programming ML97 Edition By Jeffrey D Ullman
Elements of ml programming ML97 Edition by Jeffrey D Ullman. Available at Technical. Free Shipping! Makes ml programming interesting for the uninitiated.
http://www.powells.com/cgi-bin/biblio?inkey=4-0137903871-0

28. Help-Site: ML Programming Computer Help
ml programming. Search.
http://help-site.com/c.m/prog/lang/ml/
[Main Index] -> [Programming] -> [Programming Languages] [Directory] [Forums] ML Programming
Search
options ML for the Working Programmer Other ML Programming books to buy at Amazon.
Documents
A Gentle Introduction to ML [13 Dec 2002]
If you can't find the help you are looking for on the main site you can now visit the new Help-Site Forums to ask for help. Save 10% on high-quality Crucial RAM. Order online at Crucial's factory-direct Web site. Crucial Technology, The Memory Experts. [New Links]
[Add Url]
[About]

29. ML Programming Language - Reference Library
ml programming language. ML (standing for MetaLanguage ) is a general-purpose functional programming language developed by Robin
http://www.campusprogram.com/reference/en/wikipedia/m/ml/ml_programming_language
Reference Library: Encyclopedia
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.

30. Elements Of ML Programming
Elements of ml programming. INDEX TERMS Primary Classification D. Software D.3 PROGRAMMING LANGUAGES D.3.2 Language Classifications Nouns ML.
http://portal.acm.org/citation.cfm?id=180894&dl=ACM&coll=portal&CFID=11111111&CF

31. Elements Of ML Programming (ML97 Ed.)
Elements of ml programming (ML97 ed.). INDEX TERMS Primary Classification D. Software D.3 PROGRAMMING LANGUAGES D.3.2 Language Classifications Nouns ML.
http://portal.acm.org/citation.cfm?id=273107&dl=ACM&coll=portal&CFID=11111111&CF

32. The ML Programming Language
September 22, 1999, Strong Typing, Slide 14. The ml programming Language. Strongly typed. Research language. Originally developed for theorem proving systems.
http://perl.plover.com/yak/typing/samples/slide014.html
September 22, 1999 Strong Typing Slide #14
The ML Programming Language
  • Strongly typed
  • Research language
  • Originally developed for theorem proving systems
  • Solves the type problems of C and Pascal

Next

33. Slashdot | Review:Elements Of ML Programming
Review Elements of ml programming. News. Posted drill. REVIEW Elements of ml programming (ML97 edition). Jeffrey D. Ullman. Prentice Hall.
http://slashdot.org/books/98/12/28/0922231_F.shtml
OSDN SourceForge Shop ThinkGeek freshmeat ...
Why Subscribe?

Sections Main Apache Apple
3 more Askslashdot
1 more Books BSD
1 more Developers
5 more Games
12 more Interviews Science
3 more YRO
2 more Help FAQ
Bugs
Stories Old Stories Old Polls Topics Hall of Fame ... Awards Services Broadband Online Books PriceGrabber Product News ... IT Research Review: Elements of ML Programming Posted by Hemos on Mon Dec 28, '98 04:22 AM A.M. Kuchling has sent a review of Jeffrey D. Ullman's book Elements of ML Programming . The book is fairly technical in nature, so if you are interested in learning more-well, you know the drill. REVIEW: Elements of ML Programming (ML97 edition) Jeffrey D. Ullman Prentice Hall Nutshell Review: A quite technical (but not boring) book that covers functional programming in ML. Worth reading just for how it'll rearrange your ideas of programming, even if you don't intend to write any ML code. Rating: 8/10 A.M. Kuchling This slim book is a fine introduction to the ML programming language, and is worth reading by anyone interested in learning about functional programming. It starts off by teaching you about simple expressions and ML's basic data types, covers writing recursive functions to perform common tasks, and by the end is discussing data structures and information hiding. There are lots of examples and exercises, which you can try out by downloading the SML/NJ implementation . Ullman's writing style is simple and clear, so it's not difficult to understand, and I really enjoyed reading it (sadly a rarity with technical books these days).

34. Book Review: Elements Of ML Programming
Home Books Book review Elements of ml programming. Elements of ml programming Ullman, Jeffrey D. Date finished 199812-14. (Posted on Slashdot).
http://www.amk.ca/books/h/Elements_ML_Programming
Home Books
Book review: Elements of ML Programming
Search amk.ca
This page last modified: 14 Dec 1998 Elements of ML Programming
Ullman, Jeffrey D.
Date finished: 1998-12-14 Posted on Slashdot This slim book is a fine introduction to the ML97 version of the ML programming language, and is worth reading by anyone interested in learning about functional programming. It starts off by teaching you about simple expressions and ML's basic data types, covers writing recursive functions to perform common tasks, and by the end is discussing data structures and information hiding. There are lots of examples and exercises, which you can try out by downloading the SML/NJ implementation . Ullman's writing style is simple and clear, so it's not difficult to understand, and I really enjoyed reading it (sadly a rarity with technical books these days). ML is mostly a functional language, though it supports some degree of imperative programming, and is an elegant system worth attention. The language has some novel features; my favorite is its automatic type inference. A friend of mine once observed that many programming bugs stem from type mismatches, and points out that because of ML's strict type inference and checking, once you get an ML program to compile successfully it often produces correct results. For example, look at the following interaction with the SML/NJ interpreter: ML is smart enough to figure out that the resulting sumlist - sumlist( [1,2,3] ); *val it = 6 : int* - sumlist( [1.0,4.0,2.0] ); *stdIn:31.1-31.25 Error: operator and operand don't agree [tycon mismatch] operator domain: int list operand: real list in expression: sumlist (1.0 :: 4.0 :: 2.0 :: nil)*

35. CSE298 Textbook: Elements Of ML Programming: Elements Of ML Programming
2. Elements of ml programming. a1books.com has this book for $35, shipping is $3.95, and it should take about a week to process and ship an order.
http://www.engr.uconn.edu/~jeffm/Classes/CSE298-Spring-1999/General/book-2.html
Previous Next Table of Contents
2. Elements of ML Programming
a1books.com has this book for $35, shipping is $3.95, and it should take about a week to process and ship an order. List is $39, and that is what the Co-op is charging (subtract your 2% rebate, add 6% tax, and it's $40.51). Previous Next Table of Contents

36. CSE298 Textbook: Elements Of ML Programming: Other Formats
Previous Next Table of Contents 1. Other Formats. Postscript . DVI . TeX . Plain Text . GNU Info . Previous Next Table of Contents
http://www.engr.uconn.edu/~jeffm/Classes/CSE298-Spring-1999/General/book-1.html
Previous Next Table of Contents
1. Other Formats
[ Postscript ] [ DVI ] [ TeX ] [ Plain Text ] ... [ GNU Info ] Previous Next Table of Contents

37. ML Programming Tips
ml programming Tips. ROM Routines Discusses using BASIC and Kernal ROM routines in your own code. Printing to the Screen Some techniques
http://members.optushome.com.au/reprogramming/mccc/ml.html
ML Programming Tips
ROM Routines

Discusses using BASIC and Kernal ROM routines in your own code.
Printing to the Screen

Some techniques for printing text to the screen.
Home

Updated: 18 February 1998

38. Definition Of ML Programming Language - WordIQ Dictionary & Encyclopedia
ml programming language. frML ja?ML It uses material from the Wikipedia article ml programming language .
http://www.wordiq.com/definition/ML_programming_language
Encyclopedia Dictionary Thesaurus The Web eBooks loadkeyword("ML programming language");
ML programming language
Encyclopedia Definition: ML programming language
Category:Programming languages
fr:ML 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.

39. Nuprl Basics - The ML Programming Language Of Nuprl
People/sfa/Nuprl/Shared/Xindentation_hack_doc.html The ml programming language of Nuprl. Executable code for Tactics (as well as
http://www.cs.cornell.edu/Info/People/sfa/Nuprl/NuprlPrimitives/Xwhatis_ml_doc.h
NuprlPrimitives Sections NuprlLIB Search ... Doc IF YOU CAN SEE THIS go to http://www.cs.cornell.edu/Info/People/sfa/Nuprl/Shared/Xindentation_hack_doc.html
The ML programming language of Nuprl
Executable code for Tactics (as well as a lot of editor code) is written in a dialect of ML described in the ML manual (postscript). It is older than Standard ML. The term "ML" connotes the fact that it was a "meta-language" of computation for an earlier tactic prover at Edinburgh, namely LCF, as it is now for Nuprl. Some new primitive types, including "term" and "proof", were added. Feb 2001 sfa IF YOU CAN SEE THIS go to http://www.cs.cornell.edu/Info/People/sfa/Nuprl/Shared/Xindentation_hack_doc.html
NuprlPrimitives
Sections NuprlLIB Search ... Doc

40. The ML Programming Language
The ml programming Language. Here are some resources for learning functional programming in ML.
http://www.cs.unc.edu/~stotts/144/ML/
The ML Programming Language
Here are some resources for learning functional programming in ML.

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 2     21-40 of 113    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20

free hit counter