Added a core namespace with a -main method; upversioned.
Also, Interactive read-eval-print loop, debugging, and other minor enhancements.
This commit is contained in:
parent
f2a48cbe04
commit
4d3c36959c
9 changed files with 444 additions and 90 deletions
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
/target
|
||||
/classes
|
||||
/checkouts
|
||||
resources/scratch/
|
||||
profiles.clj
|
||||
pom.xml
|
||||
pom.xml.asc
|
||||
*.jar
|
||||
*.class
|
||||
/.lein-*
|
||||
/.nrepl-port
|
||||
.hgignore
|
||||
.hg/
|
||||
.idea/
|
||||
*~
|
||||
.calva/
|
||||
.clj-kondo/
|
||||
.lsp/
|
||||
resources/scratch.lsp
|
||||
Sysout*.lsp
|
||||
*.pdf
|
||||
|
||||
src/beowulf/scratch.clj
|
||||
|
||||
.portal/vs-code.edn
|
||||
|
||||
.portal/
|
||||
|
||||
.classpath
|
||||
.project
|
||||
.vscode
|
||||
Loading…
Add table
Add a link
Reference in a new issue