home.social

#closures — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #closures, aggregated by home.social.

  1. #100DaysOfSwiftUI #SwiftUI #macOS #DevLife

    I feel like i can use #lambas, #anonymousFunctions, or #closures (whatever the current language calls them) all day long after catching on.. but when i read about them in a language i haven't touched in awhile, i get confused..

  2. A section of the Pergamon Museum in Berlin is scheduled to reopen on April 13, 2027, after years of closure. This reopening includes the elaborately renovated h... news.osna.fm/?p=41254 | #news #after #closures #loom #multiple

  3. A section of the Pergamon Museum in Berlin is scheduled to reopen on April 13, 2027, after years of closure. This reopening includes the elaborately renovated h... news.osna.fm/?p=41254 | #news #after #closures #loom #multiple

  4. A section of the Pergamon Museum in Berlin is scheduled to reopen on April 13, 2027, after years of closure. This reopening includes the elaborately renovated h... news.osna.fm/?p=41254 | #news #after #closures #loom #multiple

  5. A section of the Pergamon Museum in Berlin is scheduled to reopen on April 13, 2027, after years of closure. This reopening includes the elaborately renovated h... news.osna.fm/?p=41254 | #news #after #closures #loom #multiple

  6. 🎩🤓 "Brace yourselves, nerds! We have a #groundbreaking discovery: #closures in #C aren't free 🤑. Only took a detailed blog post to figure out what every computer science student learns in Programming 101. Who knew adding complexity could be... complex? 😂"
    thephd.dev/the-cost-of-a-closu #discovery #programming101 #nerdalert #complexityhumor #HackerNews #ngated

  7. 🎩🤓 "Brace yourselves, nerds! We have a #groundbreaking discovery: #closures in #C aren't free 🤑. Only took a detailed blog post to figure out what every computer science student learns in Programming 101. Who knew adding complexity could be... complex? 😂"
    thephd.dev/the-cost-of-a-closu #discovery #programming101 #nerdalert #complexityhumor #HackerNews #ngated

  8. 🎩🤓 "Brace yourselves, nerds! We have a #groundbreaking discovery: #closures in #C aren't free 🤑. Only took a detailed blog post to figure out what every computer science student learns in Programming 101. Who knew adding complexity could be... complex? 😂"
    thephd.dev/the-cost-of-a-closu #discovery #programming101 #nerdalert #complexityhumor #HackerNews #ngated

  9. 🎩🤓 "Brace yourselves, nerds! We have a #groundbreaking discovery: #closures in #C aren't free 🤑. Only took a detailed blog post to figure out what every computer science student learns in Programming 101. Who knew adding complexity could be... complex? 😂"
    thephd.dev/the-cost-of-a-closu #discovery #programming101 #nerdalert #complexityhumor #HackerNews #ngated

  10. Really looking forward to be able to use #Closures in #Attributes with #php85.

    <?php
    $lol = #[Lol(#[Lol(#[Lol(#[Lol(static function () {
    echo "Style";
    })] static function () {
    echo " ";
    })] static function () {
    echo "Passing";
    })] static function () {
    echo " ";
    })] static function () {
    echo "Continuation";
    };

    for (;;) {
    $lol();
    $a = (new ReflectionFunction($lol))->getAttributes();
    if ($a === []) break;
    $lol = $a[0]->getArguments()[0];
    }
    ?>

    #PHP

  11. > It's really stunning that it does not mention the Scheme language

    So very, very true.

    There are several large pieces of history in this regard that deserve not only to be published, but to be studied well.

    Just a properly written history of closures in computer programming would be worth its weight in gold.
    Even a short history.

    #Algol
    #BlockStructure
    #CallByName
    #Closures
    #HistoryOfComputing
    #Lisp
    #Scheme

    @kentpitman @amoroso