Giter VIP home page Giter VIP logo

Comments (1)

lxmonk avatar lxmonk commented on July 19, 2024

some more experimenting, hint that this might be map-related (the function map):

user[9]: (seq :k)

java.lang.IllegalArgumentException: Don't know how to create ISeq from: clojure.lang.Keyword
RT.java:494 clojure.lang.RT.seqFrom
RT.java:475 clojure.lang.RT.seq
core.clj:133 clojure.core/seq
(Unknown Source) user/eval5574
Compiler.java:6511 clojure.lang.Compiler.eval
Compiler.java:6477 clojure.lang.Compiler.eval
IClojureRepl.java:117 com.offbytwo.iclojure.repl.IClojureRepl.eval
IClojureRepl.java:152 com.offbytwo.iclojure.repl.IClojureRepl.loop
Main.java:63 com.offbytwo.iclojure.Main.main

IllegalArgumentException: Don't know how to create ISeq from: clojure.lang.Keyword
;; still inside the repl

user[10]: (map seq :k)
Exception in thread "main" java.lang.IllegalArgumentException: Don't know how to create ISeq from: clojure.lang.Keyword
at clojure.lang.RT.seqFrom(RT.java:494)
at clojure.lang.RT.seq(RT.java:475)
at clojure.core$seq.invoke(core.clj:133)
at clojure.core$map$fn__465.invoke(core.clj:2426)
at clojure.lang.LazySeq.sval(LazySeq.java:42)
at clojure.lang.LazySeq.seq(LazySeq.java:60)
at clojure.lang.RT.seq(RT.java:473)
at clojure.core$seq.invoke(core.clj:133)
at clojure.core$print_sequential.invoke(core_print.clj:46)
at clojure.core$eval1962$fn__1963.invoke(core_print.clj:140)
at clojure.lang.MultiFn.invoke(MultiFn.java:167)
at clojure.core$pr_on.invoke(core.clj:3266)
at clojure.lang.Var.invoke(Var.java:419)
at clojure.lang.RT.print(RT.java:1717)
at clojure.lang.RT.printString(RT.java:1696)
at com.offbytwo.iclojure.repl.IClojureRepl.print(IClojureRepl.java:134)
at com.offbytwo.iclojure.repl.IClojureRepl.loop(IClojureRepl.java:154)
at com.offbytwo.iclojure.Main.main(Main.java:63)

user@host $ # back to the shell

from iclojure.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.