aartaka / stdlambda

Standard library for Lambda Calculus, finally making LC a practical programming language.
BSD 2-Clause "Simplified" License
11 stars 0 forks source link

String support #4

Open aartaka opened 6 months ago

aartaka commented 6 months ago

Strings are just lists with numbers, though. So having #2 and #3 should be enough to manage strings.

aartaka commented 6 months ago

Also see https://srfi.schemers.org/srfi-13/srfi-13.html

aartaka commented 6 months ago

Also see https://github.com/vindarel/cl-str