-
Clojure Tutorial - Derek Banas코딩Coding/Clojure클로저 2022. 3. 17. 16:48728x90
Clojure소개 영상 ❤️Nomad Coders
https://youtu.be/VLbGWYzBDgMhttps://clojure.org/guides/install_clojure
Clojure - Install Clojure
Prerequisites: Java, bash, curl, rlwrap To install with Linuxbrew (requires brew): brew install clojure/tools/clojure To install with the Linux script installer: Ensure that the following dependencies are installed: bash, curl, rlwrap, and Java. Use the li
clojure.org
Leiningen
Leiningen is the easiest way to use Clojure. With a focus on project automation and declarative configuration, it gets out of your way and lets you focus on your code.
leiningen.org
Clojure 개발 관련 글
https://brunch.co.kr/@sokoban/18Clojure로 개발하기 #1
#1 시작 | 사내 스터디 그룹을 통해서 처음 Clojure를 접한지가 꽤나 흘렀는데도 아무런 진전이 없어 간단하게 자료를 정리하고자 한다. Clojure란 ? 클로저는 리습의 언어 철학을 따르면서 자바를 그
brunch.co.kr
설치해야 프로그램 3가지
clojure
clojure-lsp
leiningenbrew install clojure clojure-lsp leiningen
새 프로젝트 만들기lein new app tutorial tutorial 자리에 내가 만들고 싶은 프로젝트 명 넣으면 된다. lein new app my_project_name
tutorial 폴더 안에 src폴더 들어가서 drwxr-xr-x 16 globalyoung staff 512B Jul 16 21:52 . drwxr-xr-x 5 globalyoung staff 160B Jul 16 21:25 .. drwxr-xr-x 3 globalyoung staff 96B Jul 16 21:08 .calva drwxr-xr-x 3 globalyoung staff 96B Jul 16 17:41 .clj-kondo -rw-r--r-- 1 globalyoung staff 165B Jul 16 17:44 .gitignore -rw-r--r-- 1 globalyoung staff 162B Jul 16 17:40 .hgignore drwxr-xr-x 3 globalyoung staff 96B Jul 16 17:41 .lsp -rw-r--r-- 1 globalyoung staff 780B Jul 16 17:40 CHANGELOG.md -rw-r--r-- 1 globalyoung staff 14K Jul 16 17:40 LICENSE -rw-r--r-- 1 globalyoung staff 979B Jul 16 17:40 README.md drwxr-xr-x 3 globalyoung staff 96B Jul 16 17:40 doc -rw-r--r-- 1 globalyoung staff 471B Jul 16 17:40 project.clj drwxr-xr-x 2 globalyoung staff 64B Jul 16 17:40 resources drwxr-xr-x 3 globalyoung staff 96B Jul 16 17:40 src drwxr-xr-x 5 globalyoung staff 160B Jul 16 21:20 target drwxr-xr-x 3 globalyoung staff 96B Jul 16 17:40 test cd tutorial/src/tutorial/core.clj core.clj 에서 코드를 작성하면 된다.
live 서버처럼 돌아감
lein repl
repl 사용법
복사해서 쓰네 ㅋㅋㅋ
https://clojure.org/guides/repl/launching_a_basic_repl
Clojure - Programming at the REPL: Launching a Basic REPL
The easiest way to start a Clojure REPL is with using the clj command of the Clojure CLI tools: clj ## run this command in a terminal window You should see output like the following: You can exit the REPL by typing Ctrl+D (pressing the Ctrl and D keys at t
clojure.org
❤️ repl 쓰는 법이 있었네 ㅋㅋㅋ
심화 사용법
https://clojure.org/guides/repl/basic_usage
Clojure - Programming at the REPL: Basic Usage
So far, we have only called code that we had defined manually at the REPL (for instance our factorial function defined above). But the REPL also lets you use pre-existing Clojure code, i.e Clojure libs. Given a Clojure lib with namespace my.name.space, you
clojure.org
tutorial.core=> (use `tutorial.core :reload) nil tutorial.core=> (-main) "3 decimals 1.234" tutorial.core=>
유료 💵
책) 클로저(Clojure) 프로그래밍의 즐거움
- https://economiceco.tistory.com/m/14475책) 클로저(Clojure) 프로그래밍의 즐거움
클로저 프로그래밍의 즐거움 마이클 포거스,크리스 하우저 공저 / 김선호 역 | 비제이퍼블릭(BJ퍼블릭) | 2016년 03월 04일 http://m.yes24.com/Goods/Detail/24555451 클로저 프로그래밍의 즐거움 - YES24 『클..
economiceco.tistory.com
How I use Conjure and Neovim to interact with Clojure (and more!)
https://github.com/clojure-vim/clojure.vim
GitHub - clojure-vim/clojure.vim: Clojure syntax highlighting for Vim and Neovim.
Clojure syntax highlighting for Vim and Neovim. Contribute to clojure-vim/clojure.vim development by creating an account on GitHub.
github.com
반응형'코딩Coding > Clojure클로저' 카테고리의 다른 글
클로저❤Clojure코드는 정말 읽기 어려운가- 박연오.| Clojure 2022 meetup greenlabs (0) 2023.08.07 Clojure Emacs❤️Two most important things to start with when learning Lisp (0) 2022.09.03 Clojure, REPL & TDD: Feedback at ludicrous Speed- Avishai Ish-Shalom (0) 2022.09.01 Clojure REPL in VSCodium (0) 2022.07.06 Clojure❤️Generate HTML with Clojure (0) 2022.07.04 클로저(Clojure,컴퓨터 프로그래밍) (0) 2020.06.13