pmonks / for-science

A small Discord bot that you can send Clojure code to, to experiment with the language, demonstrate core language principles, or just mess about.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Character literals not printed correctly

pmonks opened this issue · comments

Steps to Reproduce:

  1. In a server where for-science is running, type the following:
  2. !clj (seq "Hello, World!")

Expected Result:

Result:

(\H \e \l \l \o \, \space \W \o \r \l \d \!)

Actual Result:

Result:

(H e l l o ,   W o r l d !)