Search Results

Found 4 results for "1da453d83cb40f38140ca107da8da176" across all boards searching md5.

Anonymous /v/715548367#715550324
7/15/2025, 8:34:33 PM
>>715548445
>they put the Mario team to make a Donkey Kang game
>no new 3D Mario in five or more years
Anonymous /g/105819961#105849821
7/9/2025, 7:22:53 PM
>>105849743
>Function: compile-system system &rest keys &key force force-not verbose version &allow-other-keys
>Function: load-system system &rest keys &key force force-not verbose version &allow-other-keys
Does the :verbose key print stuff? Not sure if this is what you mean by link time
Anonymous /vg/528383015#528394625
6/22/2025, 3:30:43 PM
>>528394474
Ah okay
Anonymous /g/105652614#105655438
6/20/2025, 11:42:19 PM
>>105652963
>Is there a more elegant way of doing this? I don't like having fn taking 2 arguments.
Adding an implicit parameter like that sounds like a monad, (guix monads) might have something, other alternatives are cons-stream (where take acts as break) or fn returning thunks that for-each evaluates

>>105652963
>How would I go about implementing arbitrary combinations of car and cdr? Like I want to be able to write caddaaddadddaaddddr, Possible to do without a reader macro?
(symbol-name 'caddaaddadddaaddddr), then traverse the string emitting car/cdr in a macro until r