Skip to content

Instantly share code, notes, and snippets.

@AviFS
Created August 16, 2022 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AviFS/5933fab61e0e0e10a9aeaff080c35c8a to your computer and use it in GitHub Desktop.
Save AviFS/5933fab61e0e0e10a9aeaff080c35c8a to your computer and use it in GitHub Desktop.
xml esolang as lisp
(expr 2 *
    (op
        (var num)
    )
    (op
        (call factorial
            (arg
                (expr 2 -
                    (op
                        (var num)
                    )
                    (op
                        (const 1)
                    )
                )
            )
        )
    )
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment