laurent.orseau
2021-1-22 10:13:13

Quickscript of the day: <https://gist.github.com/Metaxal/3ed323747e1af0bd4df5acd56b03b45e|open multiple files at once>


sorawee
2021-1-22 10:15:31

Look at those #f :joy:


laurent.orseau
2021-1-22 10:21:22

:wink:


sorawee
2021-1-22 10:21:51

Aaaahhhhhh indeed


laurent.orseau
2021-1-22 10:24:43

Wait, I might be able to write a quickscript that generates a define2 version of an existing function, just like the above but automatically (since I basically used the def-signatures script to type the function header above).


laurent.orseau
2021-1-22 10:26:07

Or even automatically write a plain Racket wrapper where you choose which arguments you want to turn into keywords (by default all optional arguments)


laurent.orseau
2021-1-22 10:41:17

And also: