logoalt Hacker News

e12eyesterday at 1:09 PM1 replyview on HN

True enough. On that note, I had a look at the language reference - there's arrays - but also this:

    (char_at s index)        # Get ASCII value at index (0-based)
    (string_from_char code)  # Create string from ASCII value
So, you can pluck a character... From an UTF-8 string? What if the rendering used multibyte characters?

Replies

vidarhyesterday at 5:14 PM

Well, we can see the string, and we can see that is uses plain ASCII.

show 1 reply