Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Common Lisp examples #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

vindarel
Copy link

Hello,

I started to include Comby in my workflow. Great work! Here are a couple CL examples (named "Lisp" and not "Common Lisp" because of the space which makes the script fail on line 66. I tried to turn the command into a list without success:

     suffix = source.split('.')[1]
-    command = "{} -d {} -f .{} -templates {} -i".format(comby_path, path, suffix, path)
+    command = [comby_path, "-d", path, "-f", ".{}".format(suffix), "-templates", path, "-i"]

).

I tried the generation script.

I linked to my repository even if it's very very beta.

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant