HigherOrderCO / Bend

A massively parallel, high-level programming language

Home Page:https://higherorderco.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add string encoding functions

developedby opened this issue · comments

We need functions to convert encoded Lists of bytes into Bend strings and vice versa.
They are necessary to use file IO, to read/write text files.

We need to support at least ascii and utf-8, in the future we can add other encodings.