A community for the lovers of the scheme programming languages

158 readers
1 users here now

founded 4 years ago
MODERATORS
1
2
 
 

I'm really curious if anything like this exists.

3
6
(lemmy.ml)
submitted 11 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 
 

Permanently Deleted

4
5
 
 

John Cowan has resigned as chair of the R7RS-large project.

6
 
 

R7RS-large has been in development for a really long time (10 years?). What is the status of the standardization effort? When is the estimated time of completion of R7RS-large?

7
8
3
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
 

Another book in The Little Schemer series:

The Little Learner: A Straight Line to Deep Learning by Daniel P. Friedman and Anurag Mendhekar.

The Little Learner covers all the concepts necessary to develop an intuitive understanding of the workings of deep neural networks: tensors, extended operators, gradient descent algorithms, artificial neurons, dense networks, convolutional networks, residual networks and automatic differentiation.

...

https://www.thelittlelearner.com

9
10
11
 
 

Not exactly a new one but I think this sub deserves some activity.

People at Spritely Institute are working on compiling Guile to WebAssembly, and they have made some progress now.

Their project repository

12
13
14
15
 
 

New book by Chris Hanson and Gerald Jay Sussman which uses Scheme.

16
1
A fold is a map (idiomdrottning.org)
submitted 3 years ago by [email protected] to c/[email protected]
17
 
 

New chapter ! Let's continue to learn Guile with tests !

18
19
 
 

Might be interesting for some of you if you have never heard of transducers before. In programming there are some ideas that are great but not widely shared.

See also: SRFI 171