Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.28 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.28 KB

blackjack

My first personal project using the Clojure language! Although this project was developed using the IntelliJ IDE, I had a small preference to adapt it to Visual Studio Code. Therefore, I used some tools, such as Calva, which is an integrated development environment with REPL technology for Clojure and ClojureScript programming, and our beloved Leiningen, which is one of the best tools for managing dependencies and building projects in Clojure.

Here is a brief working demo running Clojure and native Leiningen with REPL in vscode using Calva image

Usage

$ git clone [email protected]:Ujs74wiop6/blackjack.git

License

Copyright © 2023 FIXME

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version, with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.