I'm coding a small project and so far all of my code is just in the core.clj file. I can't remember the exact steps I took, but I was messing around with the debugger and now my core.clj file will not compile at all. I've gone through all of my functions and they all compile fine by hand. There are no syntax errors. I've removed the #dbg tags from any offending functions just in case but that still doesn't work. What do I do from here? I'm new to coding so I'm lost right now. Currently I'm using VSCode with Calva plugin. I fear I unknowingly pressed a key combination that mixed up some code but that should have shown up during the hand-compile process.
My core.clj functions will not upload into the REPL. I've checked them all individually and they all compile by hand. What do I do?
71 Views Asked by Braden Christopher At
1
There are 1 best solutions below
Related Questions in VISUAL-STUDIO-CODE
- Is there a way to prevent vscode from forwarding ssh agent to remote dev container?
- flutter Null check error: did not show file and line number
- vscode, debug angular, first time, doesn't debug, 2nd time stops at main.js then it's ok
- trouble with creating a project for Pymakr in vscode
- Compiling c++ code by VS Code is always blocked by clang-tidy error 'Error running 'clang-tidy'
- Disable typescript in VS Code
- couldn't sign in visual studio code
- I can't add text to "Message" in VS Code when committing to Git
- Cannot type single backtick in VSCode
- WebScraping doesnt work, even without error
- Visual Studio Code keeps discovering python interpreters forever and vscode-server on remote is busy 100%
- vscode uses different cocoapods version when running a task
- Live server extension in VS Code works in background but do not pop the web browser
- How to recover deleted files from create vite react project
- Autocomplete not working for apache spark in java vscode
Related Questions in COMPILER-ERRORS
- File refuses to compile std::erase() even if using -std=g++23
- Why am I getting this error ? error CS0103: The name 'EnhancedStackTrace' does not exist in the current context
- Using custom comparator to sort a Priority Queue in C++. Keep getting invalid comparator error
- Maven (Java) does not build dependencies into a compiled file
- Gradle SAXParseException cvc-complex-type.2.4.a
- Can't resolve undefined reference to box2D C++
- ld: library 'nsl' not found, /usr/local/go/pkg/tool/darwin_arm64/link: running clang failed: exit status 1 in macOS
- Problems with converting old Fortran code
- vc++ thread constructor throwing compiler error c2672
- about "preprocessing" in PintOS compiling(C programming), There are 2-questions for referencing headers and incomplete type error
- Trying to compile GCC returns a bunch of errors
- Class not compiling
- Run java program
- Can't get any code to run on Visual Studio Code
- Why is there an error with gfortran but ifort and pgf90 do not?
Related Questions in CLOJURE
- SSE implementation in Pedestal using individual channel per user
- Within a Clojure project using deps.edn, where is the package name and version tracked?
- How can I update and iterate the sub maps and update map into different location of map at the same time in clojure
- Out of memory in clojure - Nested reduce on Lazy Sequence
- Mac OS X - Brew installed Leiningen permission error / wrong directory
- Consume SpiceDB LookupResources gRPC stream from Clojure using Java gRPC library
- Server sent events in pedestal returns empty response
- How to make quarkus find my Clojure classes?
- Looking for a Clojure/LISP equivalent to Scons
- lazily calling functions for infinite sequence clojure
- Issue with Kafka in Clojure Repl for Arm64 M1
- Unable write parser where the AST can be turned into Clojure code
- Naming convention for simbol of clojure.core/atom, like !foo in Clojure
- How to nest a sequence of layered steps?
- How to type hint a float?
Related Questions in READ-EVAL-PRINT-LOOP
- How to enable Kotlin REPL autocomplete
- How to invoke a function stored in a static library from clang-repl
- How do I get the command history using Haskelline?
- iPython features in pytest debugging sessions
- How do you paste a multiline string into .editor mode?
- Encountering OSError: -202 when adding modules to Arduino Nano ESP32 micropython script
- How to handle ParseError when evaluating exponents (powers) in Julia
- Getting access to variables and functions from Node.js debugger console
- No output in Kotlin REPL of IntelliJ IDEA
- What difference between syntax-quote in Clojure and syntax-quote in Clojurescript?
- How to quit or exit evcxr in Rust without ctrl-c'ing?
- Is there any way to specify the type of event loop for the asyncio REPL in Python?
- How do I write a string to the Slime REPL's input buffer?
- Undefined function in node.js REPL session from js file
- Problem in controlling cursor position through readline in Node.js
Related Questions in VSCODE-CALVA
- My core.clj functions will not upload into the REPL. I've checked them all individually and they all compile by hand. What do I do?
- How to auto-format clojure "on save" in VSCode
- Calva Error "LSP classpath lookup failed when running `lein with-profile +test,+dev classpath`. "
- How to open multiple projects in VS Code with only one LSP connection?
- How to set a breakpoint in a Clojure program using Calva?
- Why do I get syntax error for index-of method in clojure
- Sharing common helper scripts among projects in VSCode
- How do I add a new file to a Clojure project with Leinigen or Calva?
- Clojure in VSCode, Calva messes with compile path?
- calva - how to stop the repl?
- Calva fails to lanch betterthantomorrow.calva-2.0.214\clojure-lsp.exe_backup.exe
- Problem while using Calva / Reveal together
- Clojure: capture runtime value of function arg, to use in REPL
- Clojure Calva in VisualStudio Code loses syntax colors when switching from one window to the other
- How to point calva/clj-kondo to find the config file in a subrepo, not at root? F ex: /frontend/.clj-kondo/.config
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Got it. For some reason a function was changed and it wasn't compiling. Thank you