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:
Simon Brooke 2024-06-08 14:49:55 +01:00
parent f2a48cbe04
commit 4d3c36959c
9 changed files with 444 additions and 90 deletions

31
.gitignore vendored Normal file
View 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