functional programming

Tag details

Welcome to the 'functional programming' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'functional programming'.

Look up Offsite Link "functional", Offsite Link "programming" at The Free Dictionary

Latest blogosphere posts tagged “functional programming”

  • Functional Programming with a Mainstream Language


    Software Development VideosAuthority Authority: 436
    Sadek Drobi shows how he applied functional programming principles to a real-life project which needed to meet certain performance requirements. He shares the lessons learnt on using mutation, laziness, recursion, functions, monads, list comprehensions and parallelization in an attempt to achieve a functional domain ...
    20 hours ago
  • Links for 24-Nov


    Distributed MemoryAuthority Authority: 459
    Simon Willison is excited by Node.js PPK remarks that Apple is not evil -- and may be surprisingly cunning. Luke Hoban’s F# for Parallel and Asynchronous Programming (PDC video) Bart Czernicki’s Silverlight 3 and F# Support in Visual Studio 2010 Pense-mois Immutable queue library for F#
    1 week ago
  • Thoughts on semantics for 3D graphics


    Conal ElliottAuthority Authority: 93
    The central question for me in designing software is always What does it mean? With functional programming, this question is especially crisp.For each data type I define, I want to have a precise and simple mathematical model.(For instance, my model for behavior is function-of-time, and my model of images is ...
    1 week ago
  • Links for 19-Nov


    Distributed MemoryAuthority Authority: 459
    New from the PDC: Windows Identity Framework RTM . Silverlight 4 beta . Reactive Extensions release (Introduction parts 3 , 4 , another introduction ). IronScheme 1.0 RC1 . WPF - from C# to F# . Automating signing of PoSh scripts . Prefer structured lifetimes – local, nested, bounded, ...
    2 weeks ago
  • Onward and Upward


    Mikazo Tech BlogAuthority Authority: 100
    Hey, Its been about 7 months since my last post! What have I been doing? Continuing on with my degree in computer science. Here are some links to cool stuff Ive been learning about lately: Functional programming in Scheme Design Patterns openSUSE How to unbrick your wireless router PlayStation 3 ...
    2 weeks ago
  • Comparing Scala and Groovy via ScalaTest and easyb


    The Disco BlogAuthority Authority: 112
    Because it’s my bag, I’ve recently taken to learning Scala . In particular, I’ve run across some situations where I’ve known instinctively that a more functional language (i.e. one that avoids state and mutability) would have perhaps made the task at hand a bit easier or at least safer to code (think ...
    2 weeks ago
  • Skills Matter Conference Season - 25% Discount For OReillyGMT Readers


    O'ReillyGMT - Tech News from 4 timezones either side of the Greenwich MeridianAuthority Authority: 114
    As we previously mentioned, Skills Matter are having a quite astounding series of events. And they got in touch to kindly offer OReillyGMT Readers 25% Discount on all of the following: Agile...
    2 weeks ago
  • Observations from OWL Experiences and Directions 2009


    The PhaneronAuthority Authority: 93
    I attended OWL Experiences and Directions (OWLED) at the International Semantic Web Conference (ISWC). The sessions were very good and I had the opportunity to meet some of the greats in the OWL 2 community. What a treat ! The RDF/OWL community continues to work through important issues in realism and ...
    2 weeks ago
  • Are we there yet?


    Drools - Business Logic integration PlatformAuthority Authority: 121
    This presentation by Rich Hickey , published at InfoQ, has so much to do with the things I am researching for Drools now and summarizes so well some of the important notions that we will have to deal with in the near future that I highly recommend it: Are We There Yet? Money quotes: "The future is a function ...
    2 weeks ago
  • Considering Adding a Functional Language to My Bag of Tricks


    Lab49 BlogAuthority Authority: 145
    There are a lot of people @Lab who know things like Erlang , Haskell , Python , R , etc., etc., etc.  I’m actually considering learning Lisp , but I need a project.  I “learned” php for a project over the summer, but I didn’t really like it since its so much like classic ASP (really messy).  Maybe ...
    2 weeks ago
  • Clojures Primes Shootout


    Programming and politicsAuthority Authority: 108
    Back in May, I was working on my JavaOne talk on JVM language performance . The first comparison was a prime number sieve . If you look back at the slides, you might notice that I did not include a Clojure implementation. There were a couple of reasons for this. First, I was dumb. Not only dumb, but especially dumb ...
    3 weeks ago
  • Links for 9-Nov


    Distributed MemoryAuthority Authority: 459
    Windows Identity Framework ("Geneva") hits RC. Trampoline recursion in C# . Cross-browser XUL and SVG library . CComPtr type safety issue . F#: Updated language spec . Equality and comparison constraints ( Motivation ). Reactive  framework (part 2) . Multiple outputs from T4 made easy .
    3 weeks ago
  • Side Effects


    Sadek Drobi's BlogAuthority Authority: 100
    Most of my Erlang programming is side effect free. I think I probably write very unusual Erlang programs that look a lot like Haskell ones. Now and then, I do write side effecting code. For example, when I use the random number generation libraries that comes with Erlang, it has a side effecting interface. It’s very ...
    3 weeks ago
  • Create Two Functional Pages


    Get a Freelance JobAuthority Authority: 183
    I am looking for a programmer who can create specific content on two pages of a website. The content will be a collection of tables that are programmed to display data as specified in the attached layouts and Descriptions. All data for tables will be provided. Programmer must integrate into existing Joomla site. ...
    4 weeks ago
  • Links for 3-Nov


    Distributed MemoryAuthority Authority: 459
    Vista presentation mode tips and enabling applications . Attaching a debugger on process start . Simplicity is complicated . F# immutable queue and range . Validating JavaScript syntax with a .net wrapper. Underscore -- a functional programming utility library for JavaScript
    4 weeks ago
  • Chipping the web: October 30th


    Chip's QuipsAuthority Authority: 116
    Amazon PayPhrase offers alternative payment service login "Joe sent me." Tags: geeksaresexy amazon payphrase payment Developer Codpieces I need to get one of these. Tags: leonbambrick humor developer Underscore.js Functional list manipulation for JavaScript. Thanks, Reg . Tags: ...
    4 weeks ago
  • Dot Net Programming: New Lease of Life with the Current Demand


    Your Online Security Authority BlogAuthority Authority: 488
    If you’re a keen .NET programmer, you are probably aware of what the above title says. Since the birth of multi-core computing, there has been a requirement for parallel-programming architecture. Now, the multi-core computing has developed into the prevailing paradigm in computer architecture since the invention of ...
    5 weeks ago
  • Links for 26-Oct


    Distributed MemoryAuthority Authority: 459
    PoSh --  Official cmdlet and help designer Erlang used at Yahoo ! T4 template WCF client . Hiding concurrency in synchronous methods . F#: Tutorial slides and code . October CTP release notes . Composing First-class Events . Reactive Framework (introduction) , with F# . Dynamic look-up (duck ...
    5 weeks ago
  • How to use MongoDB from PowerShell and F#


    Lab49 BlogAuthority Authority: 145
    Dwight Merriman, founder of 10gen,  presented today, at Lab49 where I work, about his new database platform: Mongo (from "humongous") is a high-performance, open source, schema-free document-oriented database. MongoDB is written in C++ and offers the following features: Collection oriented storage: easy ...
    5 weeks ago
  • Speaking Engagements in Paris in October/November 2009


    Robert Pickering's Strange BlogAuthority Authority:
    I’ll be doing a talk about functional programming in F# at Zenika , this Thursday, 29th October at 19h, as part of their community program. The talk will cover what functional programming is and how a language like F# is adapted to functional programming. I’ll also be doing a talk at Epita with Laurent Le ...
    5 weeks ago

Comments about functional programming

Personal attacks are NOT allowed
Please read our comment policy