home.social

#schemers — Public Fediverse posts

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

fetched live
  1. I released the code of petit-cloud, check out the quickstart @ github.com/letloop/petit-cloud

    Happy coding #scheme #schemers

  2. I released the code of petit-cloud, check out the quickstart @ github.com/letloop/petit-cloud

    Happy coding #scheme #schemers

  3. Yo #schemers 👋

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

    #scheme

  4. Yo #schemers 👋

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

    #scheme

  5. Yo #schemers 👋

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

    #scheme

  6. 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

  7. 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

  8. 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

  9. 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

  10. Hey #schemers ! 👋

    Have you heard about the the Scheme Discord Server ? 😉

    discord.gg/DnPRDXSN

    #scheme

  11. 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

  12. 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

  13. 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

  14. 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

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

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

  17. Hey #guilers and other #schemers !
    How do you host your #guile #scheme web applications ?
    Curious to read your workflow