Hacker News new | ask | show | jobs
by groovy2shoes 5258 days ago
You may be better off with Tcl, then, if you don't want to use a library for Unicode.
1 comments

It's not so much that I don't want to use a library, but more that I would be unable to use much of the core language for the processing and would have to do everything in/with the library and store my text in Unicode-aware holders rather than just strings.

If that's how it ends up, then so be it, but I'll try TCL first and know that I have Lua as a reasonable fall back plan.