jaredly / jaredly/reepl

Unexpected output

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Clojure
Stars
63
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Running `(type (conj [1 2 3] 4))` in the REPL prints:

```
[12]> (type (conj [1 2 3] 4))
<
fn *anonymous*
[a b c d e f]
```

If I retry that on https://clojurescript.io/
the result is:

```
cljs.user=> (type (conj [1 2 3] 4))
cljs.core/PersistentVector
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing `(type (conj [1 2 3] 4))` in the REPL and compare its output with clojurescript.io. Trace why the REPL prints the unexpected function details instead of `cljs.core/PersistentVector`; the issue is done when this expression reports the vector type correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
clojure
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.