Inspired by .
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#lang info | |
;; SPDX-License-Identifier: CC0-1.0 | |
(define quickscript-directory #t) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ | |
\#* | |
.\#* | |
.DS_Store | |
compiled/ | |
/doc/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ | |
\#* | |
.\#* | |
.DS_Store | |
compiled/ | |
/doc/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/workspace/ | |
/layer/ | |
*~ | |
\#* | |
.\#* | |
.DS_Store | |
compiled/ | |
/doc/ |
Example of racket/gui#170
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#lang racket | |
;; License: Apache-2 | |
(provide kw-pass-through-lambda | |
local-keyword-apply | |
local-kw-lst | |
local-kw-val-lst | |
(contract-out | |
[keyword-apply/filter |
NewerOlder