axellang / axel

Haskell + Lisp
https://axellang.github.io
BSD 3-Clause "New" or "Revised" License
205 stars 9 forks source link

Use `Text` instead of `String` #38

Closed jgrosso closed 4 years ago

jgrosso commented 5 years ago

I'm not sure if this will improve performance, since AFAICT GHCi is the main bottleneck in transpilation, but it's good practice anyway.