practicalli / practicalli/clojure
Read keywords in string
Open
Nobody has claimed this yet.
clojure-core
- Dominant language
- Makefile
- Stars
- 117
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Use clojure.edn/read-string to extract a keyword that is wrapped in a string
(clojure.edn/read-string ":who-put-me-in-a-string")
keyword will convert a string to a keyword and add the colon at the start of the name
What if keyword is used with a string that contains a keyword
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository file or test is named. Start by evaluating the shown clojure.edn/read-string expression and the keyword call in a Clojure REPL, then inspect the surrounding learning material for where keyword and string behavior is explained. Done means clarifying the intended behavior and documenting it in the appropriate location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100