home.social

#schemers — Public Fediverse posts

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

fetched live
  1. Yo #schemers 👋

    On a regular basis, how many SRFIs do you rely on ?

    #scheme

  2. Hey #schemers !
    I have two numbers in strings with comma as decimal separator (e.g. "0,46" and "0,098")

    Any idea how I can get their sum in simpler way than this :
    (use-modules (ice-9 string-fun))
    (+ (string->number (string-replace-substring "0,24" "," ".")) (string->number (string-replace-substring "0,098" "," ".")))

    Feels heavy…

    Thx!

    #guile #scheme

  3. Yoooooo Schemers ! 👋

    A bunch of warm lambdaddicts are waiting for you to join a book club !

    It consists in reading one chapter of a book on our own and proposing a collective workshop around our solutions to the same exercise from the end of the chapter.

    You can join here discord.gg/WG7DeSRg and vote for the book to go through

    Spread the parens ❤️

    #scheme #schemers #guile #chicken #chezscheme #gerbil #gambit

  4. Hey #schemers ! 👋

    Have you heard about the the Scheme Discord Server ? 😉

    discord.gg/DnPRDXSN

    #scheme

  5. Hey #Schemers 👋
    How much do you rely on the REPL❓
    How do you use it❓

    I can't think further than exploratory tasks.
    Maybe I need some inspiration.🤔

    #guile #scheme

  6. You know #TDD ?! What? I mean #tootDrivenDevelopment ? 🤔🤔

    ♥️ I need help to figure out what it looks like! ♥️

    I start with a simple #scheme #code #snippet and you modify it. The resulting code has to fit in one toot!
    If you can't execute the code. It's broken. The last committer should fix it.
    So make it portable ! 🚀

    (display "hello schemers")

    #scheme #schemer #schemers #lisp #lisper
    #r5rs #r6rs #r7rs #coding #programming #fun #friday #guile #chezscheme #gauche #racket #chickenscheme #gambit

  7. Hey #schemers !
    How do you use your #REPL in your development workflow ?
    Any media (blog, vidéo, ...) to see it in action ?
    #guile #scheme