[racket-users] Advent of code Racket leaderboard

2021-11-13 Thread Stephen De Gabrielle
Details here

https://racket.discourse.group/t/advent-of-code-2021-racket-leaderboard/118?u=spdegabrielle

Bw

Stephen
-- 


-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAGHj7-KpynrJQNBNNqb15n8wLXvJdOKRdJ_GZfhzD%2BPt73X2bg%40mail.gmail.com.


[racket-users] srfi/19 implementation in Racket's srfi-lib

2021-11-13 Thread Dominik Pantůček

Hello Racketeers,

the ~S formatter [1] in srfi/19's date->string expects struct with 
nanoseconds, which means it is impossible to use it with plain date 
structs (only date*).


Is this required by how SRFI 19 should work or can I submit a patch to 
make it optional? Format strings work up to minute precision with struct 
date and for second precision date* or srfi/19 "lax-date" / srfi:date is 
required.



Cheers,
Dominik

[1] 
https://github.com/racket/srfi/blob/master/srfi-lite-lib/srfi/19/time.rkt#L1195


--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/29a31cf7-01dc-f023-1ad7-c8055dce5030%40trustica.cz.