It works - you need to check out the develop branch
Posted Dec 5, 2012 19:54 UTC (Wed) by
HelloWorld (guest, #56129)
In reply to:
It works - you need to check out the develop branch by david.a.wheeler
Parent article:
GNU Guile 2.0.7 released
Hi,
OK, I got the master branch now.
$ ./sweeten <<< '(defun foo (bar baz) ...)'
defun foo (bar baz)
bar baz
...
Yes, that is what I get too, but... how does it make sense? The function arguments are there twice now. I'm not much of a Lisp person, but shouldn't it be either
defun foo (bar baz)
...
or
defun foo
bar baz
...
?
(
Log in to post comments)