guix-patches
[Top][All Lists]
Advanced

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

[bug#31939] [PATCH 08/13] gnu: Add go-github-com-stevedonovan-luar.


From: Ludovic Courtès
Subject: [bug#31939] [PATCH 08/13] gnu: Add go-github-com-stevedonovan-luar.
Date: Fri, 13 Jul 2018 14:25:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Pierre Neidhardt <address@hidden> skribis:

> * gnu/packages/golang.scm (go-github-com-stevedonovan-luar): New variable.

[...]

> +      (description "Luar is designed to make using Lua from Go more
> +convenient.  Go structs, slices and maps can be automatically converted to 
> Lua
> +tables and vice-versa.  The resulting conversion can either be a copy or a
> +proxy.  In the latter case, any change made to the result will reflect on the
> +source.
> +
> +Any Go function can be made available to Lua scripts, without having to write
> +C-style wrappers.
> +
> +Luar support cyclic structures (map[string]interface{}, lists, etc.).

I believe this last line is not valid Texinfo.  Since the description is
already a big verbose, I’d suggest removing it.

Ludo’.





reply via email to

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