public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Fennel as pandoc scripting language
@ 2021-08-08  8:06 DmitriyK
       [not found] ` <862457025.20210808110641-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: DmitriyK @ 2021-08-08  8:06 UTC (permalink / raw)
  To: pandoc-discuss

Is it possible to have Fennel (https://github.com/bakpakin/Fennel) aside
with Lua as pandoc scripting language?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fennel as pandoc scripting language
       [not found] ` <862457025.20210808110641-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2021-08-08 18:25   ` John MacFarlane
       [not found]     ` <m2k0kvaj4m.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2021-08-08 18:25 UTC (permalink / raw)
  To: DmitriyK, pandoc-discuss


No, sorry.

DmitriyK <krasilnikov.cpkio-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Is it possible to have Fennel (https://github.com/bakpakin/Fennel) aside
> with Lua as pandoc scripting language?
>
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/862457025.20210808110641%40gmail.com.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fennel as pandoc scripting language
       [not found]     ` <m2k0kvaj4m.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>
@ 2021-08-08 20:37       ` Bastien DUMONT
  0 siblings, 0 replies; 3+ messages in thread
From: Bastien DUMONT @ 2021-08-08 20:37 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Have you tried to compile your Fennel file to Lua? For instance, this will give you a valid Lua script that you can use with Pandoc:

```
(fn Span [span]
  (table.insert span.content (pandoc.Str "tto"))
  span)

(fn Str [str]
  (set str.text "cinq")
  str)

[
  { "Span" Span }
  { "Str" Str }
]
```

Le Sunday 08 August 2021 à 11:25:45AM, John MacFarlane a écrit :
> 
> No, sorry.
> 
> DmitriyK <krasilnikov.cpkio-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
> 
> > Is it possible to have Fennel (https://github.com/bakpakin/Fennel) aside
> > with Lua as pandoc scripting language?
> >
> > -- 
> > You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> > To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/862457025.20210808110641%40gmail.com.
> 
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/m2k0kvaj4m.fsf%40MacBook-Pro-2.hsd1.ca.comcast.net.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/YRBAbQjA0iNL5rTs%40localhost.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-08 20:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-08  8:06 Fennel as pandoc scripting language DmitriyK
     [not found] ` <862457025.20210808110641-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2021-08-08 18:25   ` John MacFarlane
     [not found]     ` <m2k0kvaj4m.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>
2021-08-08 20:37       ` Bastien DUMONT

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).