Advertisement · 728 × 90
#
Hashtag
#scheme
Advertisement · 728 × 90
No Kings was Amazing | Paula Poundstone
No Kings was Amazing | Paula Poundstone YouTube video by Paula Poundstone

youtube.com/shorts/FsczH...

@paulapoundstone.bsky.social

#trump #witkoff #crypto #ponzi #scheme #bribery #extortion #racket

0 0 0 0
MultiSearch Tag Explorer MultiSearch Tag Explorer - Explore tags and search results by aéPiot - aéPiot: Independent SEMANTIC Web 4.0 Infrastructure (Est. 2009). High-density Functional Semantic Connectivity with 100/100 Trust...

Ī #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

0 0 0 0
Post image

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

12 2 0 0

Search your soul and add the goal to favor building with #Guile #Wisp.

https://www.draketo.de/software/programming-basics-wisp

0 0 0 0
Original post on masto.ai

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 […]

0 0 1 0
GitHub - gwatt/chez-exe: Chez Scheme self hosting executable Chez Scheme self hosting executable. Contribute to gwatt/chez-exe development by creating an account on GitHub.

If you want to build this with recent Chez: https://github.com/gwatt/chez-exe

Then try this patch:
https://pastebin.com/kZ7cC4bV

#scheme

0 0 0 0

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

0 0 1 0
Original post on masto.ai

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 […]

0 0 1 0
Original post on masto.ai

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 […]

0 0 1 0
Original post on masto.ai

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 […]

0 0 1 0
Original post on masto.ai

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 […]

0 0 0 0
Original post on masto.ai

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 […]

0 0 1 0

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 […]

0 0 1 0
Original post on masto.ai

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 […]

0 0 0 1
Original post on masto.ai

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 […]

0 0 1 0
Original post on masto.ai

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 […]

0 0 0 0
“Headspace” by Soulace509 featuring Ricki
“Headspace” by Soulace509 featuring Ricki YouTube video by ChrisLongFilms

youtube.com/shorts/WGHjx... #SCHEME

2 2 0 0
Original post on masto.ai

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 […]

0 1 0 0
Preview
NO World Cup in the US! ⚽🏆 Qualifying World Cup teams should refuse to play in the US while Trump wages war.

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

0 1 0 0
list-merge! (fine touches) - Pastebin.com Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

Here is the merge again, but with some fine touches:

https://pastebin.com/LCjsPym5

0 0 0 0
list-merge! (stabilized) - Pastebin.com Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

Here is the same merge, but made stable:

https://pastebin.com/KeHGpX04

#Scheme

0 0 1 0
Original post on masto.ai

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 […]

0 0 1 0
(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)))

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

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"
…

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!

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]

3 1 0 0
Post image

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

1 0 0 0
Scheme - Innocent as Hell
Scheme - Innocent as Hell YouTube video by SCHEME

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

0 0 0 0
Preview
PM-RAHAT scheme offers Rs1.5 lakh cashless treatment for accident victims Newsinc24 is a website which gives you fast and accurate coverage of the buzz in the bureaucracy world

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

0 0 0 0
Original post on mastodon.nu

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 […]

1 0 1 0

Noah Kahan waited the potato last Second. #scheme

0 0 0 0
Fixer in NCAA point-shaving scheme pleads guilty One of the so-called fixers in a sprawling betting scheme to cash in on big bets on rigged NCAA basketball games pleaded guilty Monday, according to the federal prosecutors' office…

Fixer in NCAA point-shaving scheme pleads guilty

#NCAA #Ncaa #Scheme #Guilty

0 0 0 0
Original post on masto.ai

Implementers seem not to understand that SRFI-42 is supposed to be extensible in a certain way. They break this extensibility.

There are actually parts of SRFI-42 that are redundant and do little but contribute to breakage. I have it in mind to remove these and use the result as my own […]

0 0 1 0