emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Org babel and Guile/Scheme: noise from... Geiser?


From: Rudolf Adamkovič
Subject: Re: Org babel and Guile/Scheme: noise from... Geiser?
Date: Wed, 26 Oct 2022 12:39:48 +0200

Ihor Radchenko <yantar92@posteo.net> writes:

> Can someone with scheme installed try to reproduce on the latest main?

With

    - GNU Emacs 29 (Git 55eabe96c9)
    - Org 9.6-pre (Git 2f5e7103e)
    - Geiser 20221016.2109
    - Geiser Guile 20220922.52

given

    #+name: mklst/define
    #+begin_src scheme
      (define-syntax mklst
        (lambda (s)
          (syntax-case s ()
            ((_ e ...) #'(list e ...)))))
    #+end_src
    
    #+name: mklst/test/0
    #+begin_src scheme :noweb yes :results drawer output
      <<mklst/define>>
      (format #t "~S\n" (mklst 'a 22 "foo"))
    #+end_src

I get

    #+RESULTS: mklst/test/0
    :results:
    (a 22 "foo")
    :end:

Rudy
-- 
"Genius is 1% inspiration and 99% perspiration."
-- Thomas Alva Edison, 1932

Rudolf Adamkovič <salutis@me.com> [he/him]
Studenohorská 25
84103 Bratislava
Slovakia



reply via email to

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