According to the manual Ludovic Courtès and Andy Wingo are the current
maintainers. Although it hasn’t been updated in 5 years.
https://www.gnu.org/software/guile/manual/html_node/A-Scheme-of-Many-Maintainers.html
But I guess that would be a good place to update if it’s changed.
Nate Rosenbloom
> This reason is not stated in the Stack Exchange post, and I believe
> it’s inaccurate (although, I am not a lawyer either). I think the
> reason is that you are reading the original implementation to write
> your own, so you are some kind of a compiler, or translator (as for
> human spoken lang
Note: Not a Lawyer. But according to this stack exchange thread
https://opensource.stackexchange.com/questions/1798/what-license-options-do-i-have-for-licensing-ported-source-code
(and according to my intuitive understanding of the term) porting code to a
new language would constitute a derivative
What Version of guile are you using? on 2.2.6 i get:
---
scheme@(guile-user)> (help cons)
No documentation found for:
(guile): cons
scheme@(guile-user)> (help 'ice-9)
No documentation found for ice-9
scheme@(guile-user)> (help 'car)
No documentation found for car
scheme@(guile-user)> (version)
$2 =