"S. Alexander Jacobson" wrote:

> HacWrite certainly seems like an improvement over Haskell.
> However, it is just not as good as the scripting languages.
> HacWrite still requires the author to differentiate between strings and
> other types, still requires explicit use of show and still requires more
> typing and curly balancing.  Isn't this nicer?
>
> "insert into mytable values (NULL,'$var1','$(var2+var3)','$var3')
>

So add your own little modification to HacWrite.  It would be easy enough
to add $ interpolation.

    -- Lennart




Reply via email to