spdegabrielle
2020-7-7 12:40:21

welcome @andre !


spdegabrielle
2020-7-7 12:41:55

a mistake in the documentation ; reverse is already defined in racket

change (define-script reverse #:label "Reverse" (λ (selection) (list->string (reverse (string->list selection))))) to (define-script reverse-selection #:label "Reverse" (λ (selection) (list->string (reverse (string->list selection)))))


spdegabrielle
2020-7-7 12:42:31

#lang racket/base (require quickscript) (define-script reverse-selection #:label "Reverse" #:help-string "reverses the selection" (λ (selection) (list->string (reverse (string->list selection))))) (module+ main (reverse-selection "!norahS emocleW"))


smtuttle
2020-7-7 13:04:36

@smtuttle has joined the channel


laurent.orseau
2020-7-7 13:26:29

These docs are up to date: https://www.cs.utah.edu/plt/snapshots/current/doc/quickscript/index.html Don’t forget to update Quickscript: raco pkg update quickscript



rokitna
2020-7-7 20:50:13

@rokitna has joined the channel


robert.postill
2020-7-7 22:38:58

@robert.postill has joined the channel


notjack
2020-7-7 23:00:25

@notjack has joined the channel


michaelmmacleod
2020-7-7 23:13:44

@michaelmmacleod has joined the channel


chansey97
2020-7-7 23:21:25

@chansey97 has joined the channel


maueroats
2020-7-8 01:03:50

@maueroats has joined the channel


enyala9733
2020-7-8 03:13:54

@enyala9733 has joined the channel