is there a built-in string tokenizer function in #scheme 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
@ckeen yep, currently looking at how to hack srfi-13 into slib's library list.
@mallaidh yes looks like it does not have it: https://practical-scheme.net/wiliki/schemexref.cgi?SCM but it lists string-split under packages, whatever that means though
@mallaidh yes looks like it does not have it: https://practical-scheme.net/wiliki/schemexref.cgi?SCM but it lists string-split under packages, whatever that means though