Hello masukomi,

On Tue, 1 Dec 2015 22:37:13 -0500 masukomi <[email protected]> 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
> [email protected]: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

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to