witheve / Eve

Better tools for thought
http://witheve.com
Apache License 2.0
7.16k stars 257 forks source link

Larger String Standard Library #804

Closed alexispurslane closed 7 years ago

alexispurslane commented 7 years ago

Here are some useful string library functions for Eve (all present in the JS standard library, making my job easier).

cmontella commented 7 years ago

With the 0.3 runtime coming out, the way functions are defined has changed, but they're much simpler. The stdlib functions are defined here: https://github.com/witheve/Eve/blob/master/src/runtime/stdlib.ts

I'm going to close this PR, and if you want, please re-implement your functions in the new way. Let me know if you'd like me to handle it; I'll just use your PR here as a guideline.

alexispurslane commented 7 years ago

O thank God the new way look so much better. My school year (although wrapping up) is still really busy so I probably won't get around to porting this PR until the summer. However I would still like to do it.