Eugen · @ieugen
7 followers · 32 posts · Server mas.to

Hi @jeko, I started reading and following along your book jeko.frama.io/en/index.html . Thanks for writing it ! Will share feedback when I am done

#book #scheme #guile

Last updated 1 year ago

Andrew Tropin · @abcdw
759 followers · 1424 posts · Server fosstodon.org

We develop rde on sourcehut, but there is a mirror on github and recently I realized that it has 185 stars already:
github.com/abcdw/rde

How many it is?

Do you know other small to medium sized projects, which only mirrors on github?

#guix #RDE #lisp #scheme #guile

Last updated 1 year ago

(((o))) Acoustic Mirror · @acousticmirror
1018 followers · 15788 posts · Server post.lurk.org

In other schemery news, it appears that the Scheme Steering Committee is alive and kicking. They have accepted John Cowan's resignation from Standards Working Group 2, and appointed Daphne Preston-Kendal as the new Chair of Working Group 2.

Great news overall - we might even get a R7RS-Large Report before Extinction.

groups.google.com/g/scheme-rep

#scheme #r7rs

Last updated 1 year ago

r/lisp · @reddit_lisp
473 followers · 16038 posts · Server mstdn.jp

[Announcement] New chair of Working Group 2 (R7RS) | redd.it/16f7nwv

#scheme

Last updated 1 year ago

(((o))) Acoustic Mirror · @acousticmirror
1015 followers · 15767 posts · Server post.lurk.org

Those of you who remember the environment might be interested to know that part of its DNA lives on in @thentrythis's (flx) WebGL 3D Game Engine:

"A fully featured browser based game engine used for FoAM Kernow projects such as our Butterfly hunting citizen science games, Viruscraft, Penelope tablet weaving livecoding system and the Royal Society Summer exhibition Malaria games."

gitlab.com/then-try-this/flx

#fluxus #livecoding #scheme #opengl

Last updated 1 year ago

Notxor :gnu: · @Notxor
169 followers · 20 posts · Server masto.es

A raíz del último artículo de mi blog, hay quien me ha sugerido que haga un panfleto tipo libro o curso sobre programación en en español/castellano, con ánimo de que pueda ser utilizado como material de referencia en cursos de introducción a la programación: ¿qué os parece?

#scheme

Last updated 1 year ago

Andrew Tropin · @abcdw
755 followers · 1420 posts · Server fosstodon.org

A talk on guix and rde for @SeaGL conference is approved!

#guix #RDE #lisp #scheme

Last updated 1 year ago

Notxor :gnu: · @Notxor
169 followers · 20 posts · Server masto.es

Hoy en mi blog un nuevo artículo con una breve introducción a Chicken Scheme:

notxor.nueva-actitud.org/2023/

#scheme

Last updated 1 year ago

Andrew Tropin · @abcdw
751 followers · 1408 posts · Server fosstodon.org

Ouch, I can't use srfi-64 test-group inside asyncronous code, because it uses dynamic-wind and re-entering fiber's continuation messes up test-runner output:

git.savannah.gnu.org/cgit/guil

#scheme #lisp

Last updated 1 year ago

r/lisp · @reddit_lisp
473 followers · 16038 posts · Server mstdn.jp

Is there an R7RS small specification with errata corrected? | redd.it/169itsv

#scheme

Last updated 1 year ago

r/lisp · @reddit_lisp
473 followers · 16038 posts · Server mstdn.jp

One or more uleb128 numbers in sequence constitutes the basis of an ISA | redd.it/167zsol

#scheme

Last updated 1 year ago

r/lisp · @reddit_lisp
473 followers · 16038 posts · Server mstdn.jp

Selling tiktok overdraft scheme | redd.it/167arqd

#scheme

Last updated 1 year ago

David Wilson · @daviwil
2195 followers · 1782 posts · Server fosstodon.org

🔴 Today on Live, we'll learn how to use Guile Hall, Guix and Emacs to develop new Guile Scheme libraries! With these tools you can scaffold new projects with everything you need to start hacking.

As an experiment, we'll use them to prototype a simple URL route handling library!

Join us on YouTube or Twitch:

- youtube.com/live/o-keXs2Uh7w
- twitch.tv/SystemCrafters
- systemcrafters.net/live-stream

🕐 in your time zone: time.is/compare/1800_in_Athens

#systemcrafters #gnu #guile #guix #emacs #scheme #freesoftware

Last updated 1 year ago

r/lisp · @reddit_lisp
473 followers · 16038 posts · Server mstdn.jp

L0 Drop: $4800 for You | redd.it/165jitb

#scheme

Last updated 1 year ago

Ross M. · @rossm
25 followers · 188 posts · Server fosstodon.org

Some of my language books. Currently reading the one.

Am I living in the past? :blobfoxthink:

#programming #tcl #retrocomputing #scheme #postscript #shell

Last updated 1 year ago

Andrew Tropin · @abcdw
744 followers · 1377 posts · Server fosstodon.org

Starting a second stream on lightweight concurrency in Guile Scheme:
youtu.be/FH8IGYUyWVc

#guile #scheme #fibers #concurrency #lisp

Last updated 1 year ago

Andrew Tropin · @abcdw
744 followers · 1377 posts · Server fosstodon.org

The best way to get all available stuff from textual port I found so far is:
(define (read-all-chars-as-string port)
(let loop ((chars '()))
(if (char-ready? port)
(loop (cons (read-char port) chars))
(reverse-list->string chars))))

#scheme #guile #lisp

Last updated 1 year ago

amen zwa, esq. · @AmenZwa
150 followers · 1529 posts · Server mathstodon.xyz

I lament the day in 1994 when executives ordered to dump and design a new, Java-like scripting language that became "The Abominable ".

Had Scheme been allowed to drive the browser as Eich originally intended, a cousin of would be running the today.

Well into the late 1990s, I used Emacs as my IDE, calendar, organiser, mail client, and web browser. Fun times....

#web #emacs #javascript #scheme #brendaneich #netscape

Last updated 1 year ago

amen zwa, esq. · @AmenZwa
147 followers · 1508 posts · Server mathstodon.xyz

For a long time, I've been recommending my younger colleagues—those with inquiring minds—to learn , for the languages in the family have a way of altering one's perspective about . In the 1980s, I recommended MIT/GNU Scheme, Starting in the mid 1990s, I've been recommending PLT/Racket Scheme. But perhaps I should have been recommending LISP, all along.

Let's face it, no young IT practitioner would willing use LISP or Scheme for anything work-related. But having learned ELISP, they could at least wield Emacs with dexterity and style, which would benefit them throughout their careers.

#emacs #programming #lisp #scheme #it

Last updated 1 year ago

r/lisp · @reddit_lisp
473 followers · 16038 posts · Server mstdn.jp

Inner Product Argument (IPA) and a Polynomial Commitment Scheme | redd.it/1610cph

#scheme

Last updated 1 year ago