Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 610955
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:43:53+00:00 2026-05-13T17:43:53+00:00

Not having them used them all that much, I’m not quite sure about all

  • 0

Not having them used them all that much, I’m not quite sure about all the ways
lambda-definitions can be used (other than map/collect/do/lightweight local function syntax). For anyone interested in posting some examples:

  • provide explanations to help readers understand how lambda-definitions are being used;

  • preferred languages for the examples: Python, Smalltalk, Haskell.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T17:43:53+00:00Added an answer on May 13, 2026 at 5:43 pm

    You can make a functional data structure out of lambdas. Here is a simple one – a functional list (Python), supporting add and contains methods:

    empty = lambda x : None
    
    def add(lst, item) :
        return lambda x : x == item or lst(x)
    
    def contains(lst, item) :
        return lst(item) or False
    

    I just coded this quickly for fun – notice that you’re not allowed to add any falsy values as is. It also is not tail-recursive, as a good functional structure should be. Exercises for the reader!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm not having much success when attempting building pgmagick on OS X Lion with
I'm not having much luck centering vertically the label I'm adding to the TitleView
I'm trying to change the look of my Tkinter application but not having much
Not sure how noob or advanced this question is, but I've been having kind
What is the advantage with not having a build path in eclipse? Why is
Having searched for a way to enforce immutability of custom types and not having
I've got serious troubles with Windows 7 not having a case-sensitive file system. I'm
I'm new to Linux/CentOS and I'm not having the most fun using it. I
I've run into problems on numerous occasions of users not having one of the
I have often heard complaints against Java for not having unsigned data types. See

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.