#chez

Redu4allReduc4all
2025-08-23

📍 Santé & Bien être | 24Pharma
🔥 Offre : Livraison offerte chez 24pharma
🏷️ Réduction : 0€
📖 Profitez de la livraison gratuite pour toute commande passée chez 24pharma.

🔗 Profitez-en : lt45.net/c/?si=11966&li=152761

Patrik Olterman Rodheolterman@pink-unicorn.club
2025-08-15

Spending ten hours troubleshooting Podman - NextCloud only to fibnally realize I had a symbol in the password that podman couldn't handle ..... AAAAaaargh! #self-hosted #nextcloud #podman #linux #chez-geek

Redu4allReduc4all
2025-08-08

📍 Mode | Eleonora Bonucci
🔥 Offre : Code Réduction : Jusqu’à -40 % chez Eleonora Bonucci
🏷️ Réduction : 40%
📖 Économisez jusqu’à 40 % sur une sélection d’articles luxe. Ne ratez pas cette opportunité limitée !

🔗 Profitez-en : glp8.net/c/?si=20477&li=187092
’à

Redu4allReduc4all
2025-08-07

📍 Mode | Optica Bassol
🔥 Offre : 15% de réduction sur toutes les commandes chez Bassol Optic
🏷️ Réduction : 15%
📖 utilisez ce code pour économiser immédiatement 15% sur votre commande.

🔗 Profitez-en : bdt9.net/c/?si=19032&li=181800

Redu4allReduc4all
2025-07-21

📍 Mode | Optica Bassol
🔥 Offre : 30% de remise sur tout votre panier chez Bassol Optic
🏷️ Réduction : 30%
📖 bdt9.net/c/?si=19032&li=181800

🔗 Profitez-en : bdt9.net/c/?si=19032&li=181800

Redu4allReduc4all
2025-07-18

📍 Mode | Optica Bassol
🔥 Offre : Lunettes de soleil Bad Bunny à partir de 224 € chez Bassol Optic
🏷️ Réduction : 224€
📖 Achetez les populaires lunettes de soleil Bad Bunny dès 224 $ seulement.

🔗 Profitez-en : bdt9.net/c/?si=19032&li=181800

Redu4allReduc4all
2025-07-18

📍 Mode | Optica Bassol
🔥 Offre : Jusqu’à 25% de réduction chez Bassol Optic
🏷️ Réduction : 25%
📖 Économisez jusqu'à 25% sur votre commande complète. Offre populaire auprès de nombreux clients !

🔗 Profitez-en : bdt9.net/c/?si=19032&li=181800
’à

Redu4allReduc4all
2025-07-16

📍 Mode | Optica Bassol
🔥 Offre : Lunettes de soleil Bad Bunny à partir de 224 € chez Bassol Optic
🏷️ Réduction : 224€
📖 Achetez les populaires lunettes de soleil Bad Bunny dès 224 $ seulement.

🔗 Profitez-en : bdt9.net/c/?si=19032&li=181800

Redu4allReduc4all
2025-07-13

📍 Mode | Optica Bassol
🔥 Offre : 15% de réduction sur toutes les commandes chez Bassol Optic
🏷️ Réduction : 15%
📖 utilisez ce code pour économiser immédiatement 15% sur votre commande.

🔗 Profitez-en : bdt9.net/c/?si=19032&li=181800

Redu4allReduc4all
2025-07-08

📍 Jeux Vidéo | Allyouplay
🔥 Offre : 3 % de réduction instantanée chez Allyouplay
🏷️ Réduction : 3%
📖 Bénéficiez d’un petit bonus de 3 % de remise immédiate avec le code VAGAN sur Allyouplay. Valide la semaine dernière selon DontPayFull. À utiliser si les remises plus élevées ne fonctionnent pas.

🔗 Profitez-en : lt45.net/c/?si=13256&li=186438
#3 %

Paul SomeoneElsepkw@mastodon.sdf.org
2024-12-14

#scheme
#chez
#techpost

Which pattern matcher should I use for chez scheme ?

srfi.schemers.org/srfi-241/srf

It seems like there is different versions of similar concept.

github.com/scheme-requests-for

github.com/ArnautDaniel/thunde

github.com/scheme-libraries/sc

I am currently trying to get the latter working. I have put the code in my chez scheme load path, and it at least succesfully imports:

> (import (scheme-libraries match))
> ;; no errors

Paul SomeoneElsepkw@mastodon.sdf.org
2024-12-13

codeberg.org/pkw/chez-start

This is my notes for setting up a consistant/repeatable chez scheme environment.

It's basically a Makefile that will install chez and chez-ncurses (To show installing an extra lib).

Then the Makefile can run code using chez from the commandline or repl.
(To prove it's working.)

#scheme
#chez

elektitoelektito
2024-12-04

Damn, Chez Scheme called my bluff:

(let ((x (apply values (iota 12349033)))) (+ x 1))
Exception: returned twelve million three hundred forty-nine thousand thirty-three values to single value return context.

I did not expect them to have a full number to string function for the error messages. I stand corrected.

2024-10-19

Prof. Dybvig's paper, "The Development of Chez Scheme" (2006), is a brief history of the #Chez Scheme compiler that he had been working on since 1985. Despite his quiet, understated tone, he manages to convey in this paper his heart-felt enthusiasm for, and decades-long dedication to, the Scheme language and its implementations. This is indeed an inspiration to all of us #geeks. Today, Chez Scheme is one of the fastest, most compact, and most advanced implementation of #R6RS.

citeseerx.ist.psu.edu/document

Dybvig was, in turn, a student of another pillar of the Scheme community, Prof. Friedman. I first came across Dybvig's work, when I read the 1ed of his famous book, "The Scheme Programming Language" (1987), the 4ed of which was published in 2009 and it covers R6RS.

amazon.com/Scheme-Programming-

The book "Chez Scheme Version 10.0.0 User’s Guide" (2024), published by Cisco, covers the inner workings of Chez Scheme v10, which is a superset of R6RS.

cisco.github.io/ChezScheme/csu

Chez Scheme and the whole of Dybvig's work are the guide posts for all #Lisp and #Scheme #programmers.

2024-10-09

shoutsing out to this talk: youtube.com/watch?v=BcC3KScZ-y

it covers a lot of fascinating dynamic language compiler techniques in a really digestible way. 11/10

also, and i somehow didn't realize this was the same guy, there's this one: youtube.com/watch?v=Os7FE3J-U5

this one is more about the nanopass framework, which is extremely cool. i think i prefer the first talk because it's more packed with 1337 tr1ckz learned from his time working on chez scheme, my beloved

#scheme #chez #compilers #programming

Andrew Tropinabcdw@fosstodon.org
2024-04-12

There are a few cool commits landed on guix master today:

- chez-scheme: Update to 10.0.0.
- racket: Update to 8.12.
- chez-scheme: Bootstrap from source.
- Add librewolf.

git.savannah.gnu.org/cgit/guix

#scheme #chez #racket #librewolf #firefox

blake shaw 🇵🇸rml@functional.cafe
2024-04-08

I remember hearing that #Racket made some progress towards migrating to upstream #Chez, does anybody know what the status of that is? Racket users and users of software written in Racket would benefit immensely from this.

Chez is a powerful infrastructure in a ~500kb statically linked binary that approaches C in performance. Due to its low-level and bare bones compilation and build tools, you can also compile in only what you need. racket-minimal on #guix is ~160mb, which is great for what you get, but still 320x the size of Chez. Having Racket's ecosystem while being able to ship only chez + the compiled chez code of the libraries you import could allow for shipping sophisticate programs in only a few mb. Just saying.

blake shaw 🇵🇸rml@functional.cafe
2023-11-08

need to start #chez #scheme fediverse server called new.cafe

🥁

GripNewsGripNews
2023-11-06

🌖 即將合併以創建 Chez Scheme v9.9.9
➤ Chez Scheme 的主要分支即將與 racket/ChezScheme 分支合併,版本將為 v9.9.9-pre-release.20
groups.google.com/g/chez-schem
Chez Scheme 的主要分支將與 racket/ChezScheme 分支進行合併,合併後的版本將為 v9.9.9-pre-release.20,這是向 v10.0 發布的一個步驟。合併後,cisco/ChezScheme 的內容將與 racket/ChezScheme 的功能幾乎相同,並且保證了變更不會影響 Chez Scheme 的一致性和品質。
+ 這是一個重要的合併,對於 Chez Scheme 的發展來說非常有意義。
+ 很期待看到合併後的版本,希望能帶來更多的功能和改進。
Scheme

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst