Trending

#Scheme

Latest posts tagged with #Scheme on Bluesky

Posts tagged #Scheme

I cross my fingers for #Schemacs. Pretty cool! #emacs #scheme

https://youtu.be/KmMeLfYn1xY

0 0 1 0
Post image

#Limerick #entertainment #humor #Floyd #Iowa #getrichquick #scheme #auction www.youtube.com/channel/UCnf...

6 1 0 0
Preview
GitHub - objecthub/swift-lisppad-ios: LispPad is a Scheme development environment for macOS based on the LispKit framework. LispPad Go implements a similar application for iPhones and iPads adapted to the interaction principles of these devices. LispPad is a Scheme development environment for macOS based on the LispKit framework. LispPad Go implements a similar application for iPhones and iPads adapted to the interaction principles of thes...

Ooh, an R7RS #Scheme IDE for iOS… Fun 🤩

https://github.com/objecthub/swift-lisppad-ios

1 0 0 0
Original post on masto.ai

I should redo hashmap-for-scheme using m4, the way I did persistent-vector-for-scheme.

It is ridiculous to try to use (include ...) the way everyone else does. It is just plain RIDICULOUS. IT DOES NOT WORK. It only seems to work, until it doesn’t work.

Everyone is stupid to try to use it […]

0 0 1 0
Post image

What Is PRASAD Scheme? Complete Guide for Pilgrims

#PRASADScheme #Scheme

www.thevacationfinder.com/travel-tips/...

0 0 0 0
Preview
Release Version 1.0.2 · chemoelectric/persistent-vector-for-scheme Moderate priority bug release. Version 1.0.0 does not check correctly for pvec-sets that may exceed the bounds of the persistent vector. Neither does version 1.0.1. This release includes regression...

Bug fix:

github.com/chemoelectric/persistent...

0 1 1 0
GitHub - chemoelectric/persistent-vector-for-scheme: Persistent (immutable) vectors for R⁶RS and R⁷RS Scheme Persistent (immutable) vectors for R⁶RS and R⁷RS Scheme - chemoelectric/persistent-vector-for-scheme

I made a release of persistent vectors, though it’s just the GitHub release system where you tag a revision and say ‘make it a release’:

#scheme

github.com/chemoelectric/persistent...

0 0 1 0
Original post on masto.ai

I have a new persistent vectors library for Scheme.

You can install CHICKEN eggs by running ‘make install-chicken-5-egg’ and ‘make install-chicken-6-egg’ with sudo installed, or with SUDO=doas, etc. You can also make sure the GNUmakefile is as you prefer and then do ‘make install-chez’ and […]

0 0 1 0
Original post on friendica.world

A quotation from Wallace Stegner

> You can plan all you want to. You can lie in your morning bed and fill whole notebooks with schemes and intentions. But within a single afternoon, within hours or minutes, everything you plan and everything you have fought to make yourself can be undone as a […]

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