mallaidh (dork aspect) utilise witches.town. Vous pouvez læ suivre et interagir si vous possédez un compte quelque part dans le "fediverse".

is there a built-in string tokenizer function in R5RS or will i have an excuse to make one myself? using scm 5f1

@mallaidh Not in the standard but a lot of scheme systems support srfi-13. Look for string-split or similar in your scheme system

mallaidh (dork aspect) @mallaidh

@ckeen yep, currently looking at how to hack srfi-13 into slib's library list.

@mallaidh yes looks like it does not have it: practical-scheme.net/wiliki/sc but it lists string-split under packages, whatever that means though