-
Functional Programming FAQ
Lambda the Ultimate (Jun 17 2008) Explore Article
...e and I'm not sure it's a good one. Many FPL don't have purity or enforce it. All of the ML family, Scheme, Erlang, Lisp(s), are considered to be part of the FPL world and allow arbitrary side effects to be treated... (Read Full Article)
Comment on Article Mentions: Scheme Paul Hudak Unicode
-
#!
Lambda the Ultimate (Jun 17 2008) Explore Article
...e and I'm not sure it's a good one. Many FPL don't have purity or enforce it. All of the ML family, Scheme, Erlang, Lisp(s), are considered to be part of the FPL world and allow arbitrary side effects to be treated... (Read Full Article)
Comment on Article Mentions: Scheme Paul Hudak Unicode
-
Interpreters
Lambda the Ultimate (Jun 15 2008) Explore Article
... arrays, etc. i.e., not everything is a string.) Indeed, the various XML libraries for Common Lisp, Scheme, Erlang, and even Haskell are far more pleasurable to use than say, the Document Object Model. These librar... (Read Full Article)
Comment on Article Mentions: Erlang Scheme Haskell
-
Monads are a programming technique that provides an interface
Lambda the Ultimate (Jun 11 2008) Explore Article
...its vehicle in essentially the same way that Structure and Interpretation of Computer Programs uses Scheme. Unlike SICP, however, CTM provides an extensive analysis of how the paradigms introduced appear an......s of how the paradigms introduced appear and are used in other languages such as Java, Haskell, and Erlang. CTM builds up its definition of Oz by starting with a tiny kernel language and very gradually addi... (Read Full Article)
Comment on Article Mentions: Interpretation of Computer Programs Scheme Haskell
-
Micah Elliott: A Single Command to Get Started on Functional Programming
Micah Elliott (Jun 2 2008) Explore Article
...stream FP and their REPLs at your fingertips? That includes interpreters/compilers for Common Lisp, Scheme, Erlang, OCaml, and Haskell. Vim and Emacs should have editing modes available for all of these. You can in... (Read Full Article)
Comment on Article Mentions: Erlang Haskell Scheme
-
Functional programming on the web
Informatics Homepages Server (May 4 2008) Explore Article
...s a monad?'). It includes links to sites describing the following languages: ASpecT, Caml, Clean, Erlang, FP, Gofer, Haskell, Hope, Hugs, Id, IFP, J, Miranda(TM), ML, NESL, OPAL, Oz, Pizza, Scheme, and Sisal. It also has links to bibliographies, meetings, active research groups, and other reso... (Read Full Article)
Comment on Article Mentions: Scheme Haskell Mark Jones
-
XML Programming Paradigms (part four) -- Functional Programming approached to XML processing --
Gnosis Software Homepage (Apr 28 2008) Explore Article
...t a variant on an imperative style); functional (and "logical") programming languages include Lisp, Scheme, Erlang, Clean, Mercury, ML, OCaml, and the one we will look at in this article, Haskell. Several "little l... (Read Full Article)
Comment on Article Mentions: Scheme Haskell Mercury
-
Language Adoption and Lisps
redline6561.livejournal.com (Apr 2 2008) Explore Article
...ibraries. The languages I’m thinking of are the following: Python, Perl, PHP, Lua, Ruby, Haskell, Erlang, and OCaml. Smalltalk is a perhaps crucial omission from this list but I count both Smalltalk and L......R6RS is impractical but we don’t need even that. If we could manage to just get the three largest Scheme implementations to unite on one module system we would have made tremendous progress. I’d say the...
(Read Full Article)
Comment on Article Mentions: Nortel Haskell Ericsson
-
Linq Dynamic Extensions
The Pursuit of a Life (Mar 25 2008) Explore Article
..., VB, C, C++, Java, C#, SQL, etc. Ahhhhh. Now, functional programming is all the rage. You’ve got Scheme, Erlang, Haskell, etc. And when Linq came out, I’ve been seeing all these things like Dynamic Lambda Expr... (Read Full Article)
Comment on Article Mentions: Scheme Haskell Microsoft
-
programming: Linspire: Haskell is our preferred language for core OS development
reddit.com (Mar 3 2008) Explore Article
...-matching, partial-application, lots of syntactic sugar for data structures and common operations * Scheme: cons/car/cdr based, parenthesized syntax, macros. By type system: * Erlang: dynamic * ML: Hindley-Milner type inference + (in Ocaml) objects and polymorphic variants * Haskel... (Read Full Article)
Comment on Article Mentions: Haskell Erlang Scheme
-
Will functional programming have a Renaissance?
ecocoma.com (Feb 26 2008) Explore Article
...was represented by logic programming with Prolog, and by functional programming with languages like Scheme, Erlang and Haskell. (source:it-analysis.com) Read News FCC eyes stopping blocking of Web sites The top ... (Read Full Article)
Comment on Article Mentions: Haskell Scheme Yahoo
-
Most Productive FP Lang? | Lambda the Ultimate
Lambda the Ultimate (Feb 19 2008) Explore Article
... are required to be supported by implementation, many programming languages are fully apt to do FP. Scheme, C++ and Ruby all fit the criteria. Of course, Ruby is dynamically typed, just like Scheme, Smalltalk or Erlang. So, i guess you'll be overlooking a large amount of good languages and their dynamic strengths... ... (Read Full Article)
Comment on Article Mentions: Erlang Greg Morrisett Scheme
-
Commercial Users of Functional Programming: CUFP-2007-Report
cufp.galois.com (Feb 9 2008) Explore Article
...into one coherent multimedia network. Ericsson has been a pioneer in SIP technology, and the first Erlang-based SIP stack was presented in 1999. A fortunate turn of events allowed us to revive the early SI......cademic use, but are still working on the terms for commercial use. Terrorism Response Training in Scheme (Eric Kidd, Dartmouth Medical School) Abstract: The Interactive Media Lab (IML) builds shrink-wrapp... (Read Full Article)
Comment on Article Mentions: Kathleen Fisher Microsoft Research Joe Armstrong
-
Haskell vs. Erlang, Reloaded | Lambda the Ultimate
Lambda the Ultimate (Jan 17 2008) Explore Article
...utiful and fast. I'm not one of them, not with Haskell. I find that doing things the natural way in Erlang hides no surprises and runs reasonably fast. Same thing about Scheme as I just set out to prove. I'd love to hear folk's real-world experience with getting a beautiful ... (Read Full Article)
Comment on Article Mentions: Erlang Simon Marlow Haskell
-
Programmable Concurrency in Pure and Lazy Languages
cis.upenn.edu (Jan 15 2008) Explore Article
...losure conversion. 22 easier to express the desired program behaviors. Functional languages like Scheme [38], ML [48], and Haskell [30, 69] all provide support for lightweight closures. Some dialects of ......re languages specifically designed for concurrent programming, such as Concurrent ML (CML)[63] and Erlang [6], or for event-driven programming such as Esterel [8]. Java and C# also provide some support for... (Read Full Article)
Comment on Article Mentions: Benjamin C. Pierce Kathleen Fisher Microsoft Research





