chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] requesting addition/inclusion of new egg in egg-loca


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] requesting addition/inclusion of new egg in egg-locations
Date: Wed, 02 Dec 2015 10:51:10 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hello masukomi,

On Tue, 1 Dec 2015 22:37:13 -0500 masukomi <address@hidden> wrote:

> I’ve put together a new egg called MDCD (MarkDown Code Documentation)
> that provides inline Markdown documentation for your code with REPL
> support and generated files for public export.
>
> The egg, plus its documentation can be found at: 
>
> https://github.com/masukomi/mdcd
> address@hidden:masukomi/mdcd.git
>
> This is my first egg, and salmonella seems to like it (ignoring the
> fact I’ve added no docs to the wiki yet), but I’d appreciate it if
> someone could tell me if I’ve screwed anything up. Hopefully I’ve
> followed all the instructions properly. 

Thanks for your interest in contributing to the coop.

Please see some notes that may be relevant to improve your egg:

- the source repository should not contain binary files (.so).  .import
  files are automatically generated by csc, so they are not necessary
  either.  You can safely remove them from the repository.  This is the
  only critical point, as we don't want to distribute binary files.

- s/Paramaters/Parameters/

- The code style is a bit unusual for Lisp/Scheme programmers, but still
  a matter of personal taste.  In case you are interested in idiomatic
  style, I recommend http://mumble.net/~campbell/scheme/style.txt

Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

[Prev in Thread] Current Thread [Next in Thread]