Don't worry - we're not done!
Posted Dec 4, 2012 1:46 UTC (Tue) by
HelloWorld (guest, #56129)
In reply to:
Don't worry - we're not done! by david.a.wheeler
Parent article:
GNU Guile 2.0.7 released
The code generated by the sweeten tool doesn't seem optimal yet though. For example, (defun foo (bar baz) ...) is rewritten into defun foo bar(baz) .... I think the natural way to write this would be
defun foo
bar baz
...
But maybe that's just me.
(
Log in to post comments)