Are we supposed to think Arc is a pragmatic language for shipping production applications when the most fundamental parts of the standard library like that are still being added?
Ay, please let's not start. Arc is still in development. I've never made any claims for the current version except that it works reasonably well for basic web apps.
pg is designing the language right now. It's not being polished; being readied to build twitter on top of. The important thing right now is the actual design of the language, not all the random helper functions. They can easily be added in later. If you're going to build a production application on top of arc, making sin shouldn't be much of a problem -- it won't take very long, and is one of the least of your concerns.
* lines splits a string into lines."
Are we supposed to think Arc is a pragmatic language for shipping production applications when the most fundamental parts of the standard library like that are still being added?