Hello, I have developed a reverse job board for functional programmers, if you are looking for a job, you could list yourself here https://lambda.hothire.dev

#Clojure #Haskell #Lisp #Scheme #Racket #Programming #Job #Jobs #ReverseJobBoard

Hot Hire - Lisp Developer Profiles

While doing archeology on my own projects, i came across a snippet from when i went through a Racket phase (the lispy programming language). And it's like "get in loser, we're going shopping (for parentheses)".

(for ([i (in-naturals)])
(display (integer->char (inexact->exact (floor (+ 9585.5 (random)))))))

#10print #racket #lisp

This is the program 10print. I have a simpler earlier version:

(for ([i (in-naturals)])
(display (integer->char (random #x2571 #x2573))))

"It Works": More Adventures with Racket and Emacs

presentation by Greg Hendershott at the (fifteenth RacketCon) October 4-5, 2025 UMass Boston
https://youtu.be/OJqocEYhgng
#Emacs #racket #lisp

"It Works": More Adventures with Racket and Emacs

YouTube
The official steering committee of the Scheme programming language is calling a vote to replace themselves

Quoting the memo:

The outgoing Steering Committee was elected in 2009 and successfully oversaw the production and ratification of the R7RS small language report until 2013. Unfortunately, during the protracted initial development of the R7RS large language after that, it fell dormant.

The current Scheme Working Group resolved in September 2025 to ask the Steering Commitee for a new election because it felt that after such long dormancy the outgoing Steering Committee was no longer able, as a group, to make and implement decisions effectively.

The Scheme standardization process charter says, ‘The Steering Committee itself shall establish procedures for replacing its members.’ The outgoing Steering Committee unanimously decided to delegate this task to the current Working Group. The Working Group has very closely modelled the procedure to be used this time on the procedure used last time.

The Working Group has written a statement to candidates and voters explaining what it hopes for in a new steering committee.

Lobste.rs thread

#tech #software #Scheme #SchemeLang #ProgrammingLanguage #R7RS #R7RSLarge #Lisp #FunctionalProgramming #Guile #GuileScheme #ChezScheme #ChickenScheme #GambitScheme #RacketLang #Racket

Recycle from this meme: https://mastodon.social/@BujakiewiczFranco/114568463364611253

Is so random for me that Clojure runs in the JVM, literally the last thing I think I'll found there is a Lisp dialect.

#code #programming #java #jvm #scala #kotlin #lisp #racket #clojure #scheme #meme #memes #humor #software #languages #functional

@markus Oh cool! Are you think of a racket specific build system?

The format for #racket packages looks great.

https://docs.racket-lang.org/pkg/index.html

Package Management in Racket

lisp - How is Racket different from Scheme? - Stack Overflow

" #Racket is ultimately based on #R5RS, and not R6RS and not a strict superset of either. I don't think it can be called 'Scheme' because it's not backwards compatible with any Scheme standard."
https://stackoverflow.com/questions/3345397/how-is-racket-different-from-scheme#:~:text=Racket%20is%20ultimately%20based%20on%20R5RS%2C%20and%20not%20R6RS%20and%20not%20a%20strict%20superset%20of%20either.%20I%20don%27t%20think%20it%20can%20be%20called%20%27Scheme%27%20because%20it%27s%20not%20backwards%20compatible%20with%20any%20Scheme%20standard.

How is Racket different from Scheme?

Racket is a descendant of Scheme. How is Racket different than R6RS? What did it add, or take away, or is just different? I understand that Racket is more than a language, it's a platform for lang...

Stack Overflow
在函數式編程工程的偉大路線上,取得初步成功

#中共黨八股
#反串要註明
#Racket

https://docs.racket-lang.org/index.html

I forgot that Racket has such nice docs

#racket #lisp

Racket Documentation

我發現 #BeautifulRacket 的巨集,無法把

(macroA foo y z)變成一個正常的 (foo y z) 這個S表達式執行

這樣就沒有足夠的表現力了

#Racket