GNU Guile 2.2.0
gnu.org
GNU Guile 2.2.0
1–10 of 149 posts
Re: GNU Guile 2.2.0
#2Re: GNU Guile 2.2.0
#3Re: GNU Guile 2.2.0
#4Re: GNU Guile 2.2.0
#5Re: GNU Guile 2.2.0
#6Re: GNU Guile 2.2.0
#7Why are those brackets there in the syntax? What's the need? It looks hard to read when the programs are bigger. Is there any super advantage to it?
Re: GNU Guile 2.2.0
#8Why are those brackets there in the syntax? What's the need? It looks hard to read when the programs are bigger. Is there any super advantage to it?
If it were to just be "foo bar 1", you couldn't tell the difference between (C style again for clarity): foo(bar(1)) and foo(bar, 1).
Some newer functional languages have a composition operator which allows you to write this without the brackets, but the brackets still are easier to follow in many cases.
Re: GNU Guile 2.2.0
#9The mailing list announcement is better both for the detailed content and not being served as difficult to read on mobile "justified" text: https://lists.gnu.org/archive/html/guile-devel/2017-03/msg00...