Search Results
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
>they put the Mario team to make a Donkey Kang game
>no new 3D Mario in five or more years
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
>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
6/22/2025, 3:30:43 PM
>>528394474
Ah okay
Ah okay
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
>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
Page 1