dyoo / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
250 stars 30 forks source link

list->string and substring not exposed #3

Closed soegaard closed 13 years ago

soegaard commented 13 years ago

I am missing the primitives list->string and substring among the exposed functions for immutable strings. Given these constructors, I can easily write temporary implementations of most string functions in my own code.

dyoo commented 13 years ago

I am missing the primitives list->string and substring among the exposed functions for immutable strings. Given these constructors, I can easily write temporary implementations of most string functions in my own code.

Ok, added list->string and substring into the repository. I've been a bit behind with the important standard library functions. Let me know which ones you'll need, and I'll prioritize toward those.