youtube.com/shorts/FsczH...
@paulapoundstone.bsky.social
#trump #witkoff #crypto #ponzi #scheme #bribery #extortion #racket
Ī #INDIC
multi-search-tag-explorer.aepiot.com/advanced-sea...
#THE #PHOENICIAN #SCHEME
multi-search-tag-explorer.allgraph.ro/advanced-sea...
#SAOIRSE #MONICA #JACKSON
semantic-search.aepiot.ro/advanced-sea...
headlines-world.com
Yet another pump and dump scheme by #Trump and friends.
This is what wealth redistribution looks like folks.
Just remember it's not you getting richer here..
#Iran #Scheme
Search your soul and add the goal to favor building with #Guile #Wisp.
https://www.draketo.de/software/programming-basics-wisp
I just cannot stand it when people say the emperor’s new clothes are resplendent, yet I look at the imperial person and the poor ruler of the empire is completely undressed. The man is stark naked!
That is why I am adamant there is no such thing as ‘entanglement’ or a ‘quantum computer’ that […]
If you want to build this with recent Chez: https://github.com/gwatt/chez-exe
Then try this patch:
https://pastebin.com/kZ7cC4bV
#scheme
If you do Facebook and want to share in my gentle rage at the suggestion R⁷RS is ‘reactionary’: https://www.facebook.com/share/p/18QM6HJAAY/
#scheme
Here, on the other hand, is the output of (iota_ 10) from Gauche Scheme, using only R⁷RS-small:
(0 1 2 3 4 5 6 7 8 9)
With SRFI-1 and R⁴RS or R⁵RS you can use the same definition. Just substitute (circular-list 1) for ´#0=(1 . #0#)
(SRFI-1 is also (scheme list) of R⁷RS-large.)
It is R⁶RS […]
I believe the Common Lisp-style notation for a circular list of ones is not R⁶RS standard, but Chez Scheme will accept it. It IS R⁷RS standard.
However, this definition will NOT work in Chez Scheme. R⁶RS in fact requests that compilers reject this otherwise perfectly good definition!
You get […]
It is absolute nonsense that R⁷RS was a ‘reactionary’ movement, although I can certainly see that people who tried to shove what they had done with Chez Scheme down other people’s throats might see it that way.
They simply had not programmed in anything other than their own notion of ‘What […]
Consider, for example, if you want to find the list index of a certain value. You can write it this way:
(list-index (lambda (x) (= x value)) lst)
But in R⁷RS with (scheme list) you can also write it this way:
(list-index = (circular-list value) lst)
You simply cannot do that in R⁵RS or R⁶RS […]
It honestly astounds me that serious developers of Scheme compilers did not see that R⁶RS was a step BACKWARDS in the Scheme language.
They simply DID NOT UNDERSTAND SRFI-1, what Olin Shivers had given to the Scheme community. There is no way they could have understood what SRFI-1 meant—that it […]
RE: https://masto.ai/@chemoelectric/116270332685420188
Regarding this. I would imagine the R⁶RS designers simply did not realize SRFI-1 opened up this entirely different way of programming, which much simplifies some matters. But I was pushed into doing things this way, when I ported SRFI-1 to […]
Here is a program in R⁷RS Scheme, translated from my Fortran version, that solves the n-queens puzzle.
IT CANNOT BE TRANSLATED TO R⁶RS WITHOUT USING SRFI-1 or at least (scheme base) and a few other changes.
I thus show it was not R⁷RS that was a ‘reaction against change’, IT WAS R⁶RS!
It was […]
It is not true that R⁶RS is a portable language and R⁷RS is not. What is true is that a compliant R⁶RS program is likely to be parsed by a compiler and produced executable code. A compliant R⁷RS program is likely to be parsed by a compiler and NOT produce executable code, because it does not […]
I recently saw an old conversation in which Kent Dybvig referred to R⁷RS as ‘reactionary’.
I think he had it backwards. There are very good reasons R⁶RS was by and large rejected, and one of them is R⁶RS IS A REACTIONARY EDITION OF SCHEME.
What else do you call a new revision of the standard […]
youtube.com/shorts/WGHjx... #SCHEME
hashmap-for-scheme is now a persistent (immutable) hashmap implementation, and not only an in-place mutable implementation. You can mix and match and also use the SRFI-42-style interface (though beware that several Schemes come with a broken SRFI-42 implementation, but Chibi’s and CHICKEN’s are […]
#DonaldTrump is committing #horrific #warcrimes and #HumanRights violations, and #helping his #fellow #tyrants do the #same. Yet he will #host the next #FIFA #WorldCup. Tell the other #countries to #DropOut of this #sportswashing #scheme.
secure.avaaz.org/campaign/en/...
Here is the merge again, but with some fine touches:
https://pastebin.com/LCjsPym5
Here is the same merge, but made stable:
https://pastebin.com/KeHGpX04
#Scheme
A tail-recursive list merge I threw together yesterday because I wanted a list sort for a regression test for many Schemes, and CHICKEN 6 did not yet have a SRFI-132 egg. I was doing the usual append-reverse! stuff but then said to myself, ‘Let’s do it how it would be done in ATS’. Which is […]
(Plot (Fragments locked-room locked-door game-over) (Scenes) (Outcomes (Known found-key unlocked-door destroyed-door rations-depleted) (Used (destroyed-door . 1) (rations-depleted . 1) (found-key . 1)) (Unused unlocked-door)))
Diagram output of the plot analysis: a plantuml diagram with the plot fragments locked-room, locked-door and game-over. The fragment locked-door has a footer with the not yet used outcome "unlocked-door".
The plot output of dryads wake: "first-encounter" --> "fast-talk-the-dryad" "first-encounter" --> "explain-your-home" "fast-talk-the-dryad" --> "the-groove-lives" "fast-talk-the-dryad" --> "fight-the-dryad" "explain-your-home" --> "haunted-house" "explain-your-home" --> "kindred-house-dryad" "the-groove-lives" --> "summer-market" "haunted-house" --> "summer-market" "kindred-house-dryad" --> "summer-market" "fight-the-dryad" --> "killed-the-dryad" "fight-the-dryad" --> "dryad-abducted-melter" "killed-the-dryad" --> "summer-market" "dryad-abducted-melter" --> "summer-market" "summer-market" --> "second-dryad-the-child" "second-dryad-the-child" --> "summer-market-choose" "second-dryad-the-child" --> "summer-market-dryad-child-revenge" "summer-market-choose" --> "summer-market-fight-the-merchant" "summer-market-choose" --> "summer-market-merchant-attacks-the-child" "summer-market-choose" --> "summer-market-fight-the-dryad-child" "summer-market-fight-the-merchant" --> "grab-the-crossbow" "summer-market-fight-the-merchant" --> "summer-market-merchant-attacks-the-child" "dark-dryad-answers-to-being-saved" --> "village-gathering" "grab-the-crossbow" --> "dark-dryad-answers-to-being-saved" "grab-the-crossbow" --> "summer-market-merchant-attacks-the-child" "summer-market-merchant-attacks-the-child" --> "summer-market-fight-the-dryad-child" "summer-market-merchant-attacks-the-child" --> "village-gathering" …
Code example: define-outcome found-key define-outcome unlocked-door define-outcome destroyed-door define-outcome rations-depleted define : locked-room state set! state Ask : Search the room? outcomes-add state found-key : Eat your rations? outcomes-add state rations-depleted Ask : Lie down to sleep? game-over state : Go to the door? locked-door state define : locked-door state set! state cond : outcomes-contain? state found-key outcomes-add state unlocked-door else outcomes-add state destroyed-door game-over state define : game-over state when : outcomes-contain? state destroyed-door Print (Trouble) when : outcomes-contain? state rations-depleted Print (Hunger) game-state state locked-room : game-state-init!
Documented how to analyze the plot of an enter-three-witches #game:
www.draketo.de/software/enter-three-wit...
The images in this post show the text-output of an analysis of a stripped down example, its diagram output, the diagram of […]
[Original post on rollenspiel.social]
Wait, WHAT!? Former NFL Player Darron Lee Allegedly Consulted ChatGPT To Help Cover Up Girlfriend’s Murder A former NFL player who is charged with his girlfriend’s murder asked an AI bot for ad...
#News #AI #AI #used #in #murder #scheme #ChatGPT #ChatGPT #advice #for
Origin | Interest | Match
early 80s , was in LowMoss [if ye no ye no]
and this band done a gig on xmaS EVE IN THE DINING HALL !!
ID SEEN THE jAM /cLASH/slf ALL THE TOP BANDS IN UK LIVE ...
THIS GIG BLEW ME Away !! FKN BRILLIANT SO IT WAS !
TOP BOYS ALL !!
#scheme #SCHEME
www.youtube.com/watch?v=D6Us...
#scheme has been notified under Section 162 of the Motor Vehicles Act, 1988 and was launched by PM Modi on February 13, 2026.
www.newsinc24.com/news/pm-raha...
I have finally decided never to use dynamically typed languages in new projects. They are a recipe for failure. At least they are not compatible with my personality. The elegance of #Scheme and the ecosystem of #Python can be deceptive, but the trade-offs are not worth the pain.
Schemers are […]
Noah Kahan waited the potato last Second. #scheme