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

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