Search Results

Found 2 results for "57a51c98ef8aaee7adcf985a6bb6058f" across all boards searching md5.

Anonymous /g/105711980#105765142
7/1/2025, 1:54:14 PM
>>105760777
(define (parse args)
(match args
[() '()]
[("--switch-flag-on" . rest) (set! flag on) (parse rest)]
[("--output" path . rest) (set! output path) (parse rest)]
[(($ path? path) . rest) (set! input path) (parse rest)]
[(option . rest) (warn 'unknown-option option) (parse rest)]))

;; chez, gambit
(parse (command-line))
;; racket
(parse (current-command-line-arguments))
;; guile
(parse (program-arguments))
;; also guile
#!/usr/local/bin/guile -e main -s
!#
(define (main args)
(parse args))

gambit creates scriptname on compilation which is just a sh/bat file that passes its args to gsi, other schemes often delineate user args with -- so you may want to scan to -- before parsing
Anonymous /r9k/81548038#81548038
6/20/2025, 3:19:30 AM
June 17th, 2025, huh?
It has been 10 years since I've began visiting 4chan.
I've nothing to say. I no longer feel the need to talk about myself. Nobody cares anyway, after all you don't know me, never have and never will.
There's nothing to be said about other things other than myself, either. After all, there is nothing new under the sun, no idea or word hasn't been said by someone else in some other manner.
Therefore, why post anything? If I have nothing to say, it's better to pass over in silence.
Why am I even making this post, then? I don't know honestly, I guess I just want some attention or some closure, but I honestly have many failed "goodbye" posts under my belt, I won't pretend it's not another one and that I won't be here tomorrow.
Maybe I just want to know, does anyone else relate?