I cross my fingers for #Schemacs. Pretty cool! #emacs #scheme
https://youtu.be/KmMeLfYn1xY
Latest posts tagged with #Scheme on Bluesky
I cross my fingers for #Schemacs. Pretty cool! #emacs #scheme
https://youtu.be/KmMeLfYn1xY
#Limerick #entertainment #humor #Floyd #Iowa #getrichquick #scheme #auction www.youtube.com/channel/UCnf...
Ooh, an R7RS #Scheme IDE for iOS… Fun 🤩
https://github.com/objecthub/swift-lisppad-ios
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 […]
What Is PRASAD Scheme? Complete Guide for Pilgrims
#PRASADScheme #Scheme
www.thevacationfinder.com/travel-tips/...
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...
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 […]
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 […]
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