marc.kaufmannmk
2021-2-17 19:50:58

ccccccucgbfgflblhgilejbhevkunlrghdundiurjlfc


popa.bogdanp
2021-2-17 19:58:38

Good ol’ yubikeys (or similar).


sorawee
2021-2-17 20:22:02

with that many c? hmm


jcoo092
2021-2-17 20:41:36

I assume it’s a cat typing ¯_(ツ)_/¯


shu--hung
2021-2-17 20:48:43

It’s a primitive function from directly provided by '#%kernel and this is its documentation, if that’s what you are looking for. https://docs.racket-lang.org/reference/pairs.html?q=list*#%28def._%28%28quote._~23~25kernel%29._list%2A%29%29


jagen315
2021-2-17 21:19:31

interesting, I was meaning historically. what does it mean for something to be provided by ’#%kernel?


popa.bogdanp
2021-2-17 21:25:22

Looks like mine have as many cs at the beginning (5C nano)


shu--hung
2021-2-17 22:04:21

I don’t know the origin of list*.

Provided by '#%kernel simplify means that the list* identifier is exported by by '#%kernel module in Racket, which is sort of the lowest-level (in some sense) module that provides the core primitive functions.


jagen315
2021-2-17 22:30:08

did some more digging (with a search engine that can search for *), it seems to be from CL, it was in SRFI–1 and R6RS as cons*


jagen315
2021-2-17 22:30:41

cons* elt1 elt2 … -> object Like list, but the last argument provides the tail of the constructed list, returning (cons elt1 (cons elt2 (cons ... eltn))) This function is called list* in Common Lisp and about half of the Schemes that provide it, and cons* in the other half. (cons* 1 2 3 4) => (1 2 3 . 4) (cons* 1) => 1


jagen315
2021-2-17 22:30:51

^srfi–1 entry


marc.kaufmannmk
2021-2-18 05:22:05

Oops!! Yes, touching yubikey by mistake when carrying the laptop around. So at least yubikey passes the cat-turing test