Skip to content

It appears that strings are not auto-converted #4

@kat-co

Description

@kat-co

This appears to work:

(py4cl:python-eval "\"foo\"")

This appears not to work:

(let ((my-str "foo"))
  (py4cl:python-eval my-str))

My expectation was that the library would handle converting my-str to a python string so that I can do things like pass it into functions, etc. Am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions