• Study Resource
  • Explore
    • Arts & Humanities
    • Business
    • Engineering & Technology
    • Foreign Language
    • History
    • Math
    • Science
    • Social Science

    Top subcategories

    • Advanced Math
    • Algebra
    • Basic Math
    • Calculus
    • Geometry
    • Linear Algebra
    • Pre-Algebra
    • Pre-Calculus
    • Statistics And Probability
    • Trigonometry
    • other →

    Top subcategories

    • Astronomy
    • Astrophysics
    • Biology
    • Chemistry
    • Earth Science
    • Environmental Science
    • Health Science
    • Physics
    • other →

    Top subcategories

    • Anthropology
    • Law
    • Political Science
    • Psychology
    • Sociology
    • other →

    Top subcategories

    • Accounting
    • Economics
    • Finance
    • Management
    • other →

    Top subcategories

    • Aerospace Engineering
    • Bioengineering
    • Chemical Engineering
    • Civil Engineering
    • Computer Science
    • Electrical Engineering
    • Industrial Engineering
    • Mechanical Engineering
    • Web Design
    • other →

    Top subcategories

    • Architecture
    • Communications
    • English
    • Gender Studies
    • Music
    • Performing Arts
    • Philosophy
    • Religious Studies
    • Writing
    • other →

    Top subcategories

    • Ancient History
    • European History
    • US History
    • World History
    • other →

    Top subcategories

    • Croatian
    • Czech
    • Finnish
    • Greek
    • Hindi
    • Japanese
    • Korean
    • Persian
    • Swedish
    • Turkish
    • other →
 
Profile Documents Logout
Upload
Chapter 1
Chapter 1

04-support
04-support

... How should a program be organized when the design is dominated by the need to dynamically balance the work on a set of tasks among the UEs? ...
Javascript in context
Javascript in context

Lambda expressions, functions and binding
Lambda expressions, functions and binding

... If you're used to C or Java or Visual Basic, you might think that x, y, z are boxes that you put values in. Later you might change the value in the box using something like x = x + 1. Not in functional programming! This is BINDING, not ASSIGNMENT. We say "x is bound to 2". x is just a name for 2. x ...
Lecture #1, Sept. 30, 1996
Lecture #1, Sept. 30, 1996

of Proof Methods for Corecursive Programs
of Proof Methods for Corecursive Programs

Proof Methods for Corecursive Programs
Proof Methods for Corecursive Programs

Lecture 4: Functional Programming Languages (SML)
Lecture 4: Functional Programming Languages (SML)

... • Developed in Edinburgh in late 1970’s • Meta-Language for automated theorem proving system • Designed by Robin Milner, Mike Gordon, Chris Wadsworth • Found useful and extended to programming language ...
ppt
ppt

Type-indexed data types - School of Computer Science
Type-indexed data types - School of Computer Science

... Type-indexed data types appear in the work on intensional type analysis [9, 6, 5, 30, 32]. Intensional type analysis is used in typed intermediate languages in compilers for polymorphic languages, among others to be able to optimize code for polymorphic functions. This work di ers from our work in t ...
FUNCTIONAL PEARL Data types `a la carte
FUNCTIONAL PEARL Data types `a la carte

Appendix B FUNCTIONAL PROGRAMMING WITH SCHEME
Appendix B FUNCTIONAL PROGRAMMING WITH SCHEME

... The functional programming paradigm provides an alternative notion of programming that avoids the problems of side effects. Functional languages are concerned with data objects and values instead of variables. Values are bound to identifiers, but once made, these bindings cannot change. The principa ...
ppt - TAMU Computer Science Faculty Pages
ppt - TAMU Computer Science Faculty Pages

ppt - Rensselaer Polytechnic Institute: Computer Science
ppt - Rensselaer Polytechnic Institute: Computer Science

... Language syntax • Defines what are the legal programs, i.e. programs that can be executed by a machine (interpreter) • Syntax is defined by grammar rules • A grammar defines how to make ‘sentences’ out of ‘words’ • For programming languages: sentences are called statements (commands, expressions) • ...
Functional Programming
Functional Programming

ppt - Computer Science at RPI
ppt - Computer Science at RPI

Elements of Programming Languages Overview Advanced
Elements of Programming Languages Overview Advanced

... anonymous instance without giving it an explicit name In Java, called an anonymous local class In Scala, looks like this: abstract class Foo { def foo() : Int } val foo1 = new Foo { def foo() = 42 } ...
PPT
PPT

... The Standard Prelude When Hugs is started it first loads the library file Prelude.hs, and then repeatedly prompts the user for an expression to be evaluated. ...
Week 5
Week 5

Asymptotic analysis of stochastic programs
Asymptotic analysis of stochastic programs

... In particular, if f(x) attains its minimum over S at a unique point x0, then nl/2(~,,- %) converges in distribution to Z(xo). Now consider the situation where the objective function f(x) of the true program is given as the expected value E{ g(x, ~0)) of a function g: R k • ~2 ~ R. (Unless stated oth ...
The Continuity of Monadic Stream Functions
The Continuity of Monadic Stream Functions

scheme1 - Computer Science and Electrical Engineering
scheme1 - Computer Science and Electrical Engineering

Lecture 2 – Theoretical Underpinnings of MapReduce
Lecture 2 – Theoretical Underpinnings of MapReduce

Slides
Slides

The current topic: Scheme Announcements Review: car, cdr, and
The current topic: Scheme Announcements Review: car, cdr, and

... – You're allowed to have one double-sided aid sheet for the test. You must use standard letter-sized (that is, 8.5" x 11") paper. The aid sheet can be produced however you like (typed or handwritten). – Bring your TCard. – What's covered? ...
< 1 ... 4 5 6 7 8 9 10 11 12 ... 28 >

Standard ML

Standard ML (SML) is a general-purpose, modular, functional programming language with compile-time type checking and type inference. It is popular among compiler writers and programming language researchers, as well as in the development of theorem provers.SML is a modern descendant of the ML programming language used in the Logic for Computable Functions (LCF) theorem-proving project. It is distinctive among widely used languages in that it has a formal specification, given as typing rules and operational semantics in The Definition of Standard ML (1990, revised and simplified as The Definition of Standard ML (Revised) in 1997).
  • studyres.com © 2025
  • DMCA
  • Privacy
  • Terms
  • Report